install NordVPN client

This commit is contained in:
Anders Rytter Hansen 2024-04-26 14:49:43 +02:00
commit 7a586ac613
2 changed files with 13 additions and 0 deletions

View file

@ -61,6 +61,9 @@ RUN rpm-ostree install system76-scheduler
RUN wget https://copr.fedorainfracloud.org/coprs/secureblue/bubblejail/repo/fedora-$(rpm -E %fedora)/secureblue-bubblejail-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_secureblue-bubblejail.repo && \
rpm-ostree install bubblejail
# Install NordVPN client
RUN rpm-ostree install nordvpn
# Copy config files
COPY etc /etc
# Copy /usr

10
repo/nordvpn.repo Normal file
View file

@ -0,0 +1,10 @@
[nordvpn]
name=nordvpn repo
baseurl=https://repo.nordvpn.com/yum/nordvpn/centos/$basearch
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://repo.nordvpn.com/gpg/nordvpn_public.asc
repo_gpgcheck=0
enabled=1
enabled_metadata=1