Skip to content

Commit

Permalink
feat: install NetworkManager-openvpn (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 4, 2024
1 parent a4a5dd8 commit 06d2b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN if [[ "${FEDORA_MAJOR_VERSION}" == "rawhide" ]]; then \
cosmic-desktop \
power-profiles-daemon && \
rpm-ostree install \
gnome-keyring NetworkManager-tui && \
gnome-keyring NetworkManager-tui \
NetworkManager-openvpn && \
systemctl disable gdm || true && \
systemctl disable sddm || true && \
systemctl enable cosmic-greeter && \
Expand Down

0 comments on commit 06d2b28

Please sign in to comment.