1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +00:00

chore: commenting vpn due to package issues

This commit is contained in:
Allan
2023-10-17 16:32:24 +01:00
parent ce344fc8e2
commit c97dc9a16d

View File

@@ -37,12 +37,12 @@ jobs:
- name: Install Open VPN - name: Install Open VPN
run: | run: |
sudo apt install apt-transport-https #sudo apt install apt-transport-https
sudo wget https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub #sudo wget https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub
sudo apt-key add openvpn-repo-pkg-key.pub #sudo apt-key add openvpn-repo-pkg-key.pub
sudo wget -O /etc/apt/sources.list.d/openvpn3.list https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-jammy.list #sudo wget -O /etc/apt/sources.list.d/openvpn3.list https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-jammy.list
sudo apt update #sudo apt update
sudo apt install openvpn3=17~betaUb22042+jammy #sudo apt install openvpn3=17~betaUb22042+jammy
- name: Start Open VPN 3 - name: Start Open VPN 3
run: openvpn3 session-start --config .github/vpn/config.ovpn run: openvpn3 session-start --config .github/vpn/config.ovpn