1
0
mirror of synced 2024-11-22 13:06:02 +03:00

Fix tests

This commit is contained in:
hwdsl2 2018-02-11 02:07:29 -06:00
parent 4c47137e7f
commit c7d63c2bf1

View File

@ -15,7 +15,7 @@ script:
- export SHELLCHECK_OPTS="-e SC1091,SC1117"
- shellcheck *.sh extras/*.sh
- sudo sed -i "/debian unstable/d" /etc/apt/sources.list
- sed -i "/^make/s/^make.*$/make base \&\& make install-base/" vpnsetup.sh
- sed -i "s/^make .* install-base$/make base \&\& make install-base/" vpnsetup.sh
- sudo VPN_IPSEC_PSK='vpn_psk'
VPN_USER='vpn_user'
VPN_PASSWORD='vpn_pass' sh vpnsetup.sh