mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-18 13:44:58 +03:00
app veyor: make it green again
This commit is contained in:
12
.ci/appveyor_afterbuild.sh
Executable file
12
.ci/appveyor_afterbuild.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
sudo dpkg -i build/softether-common*.deb
|
||||
sudo dpkg -i build/softether-vpnbridge*.deb
|
||||
sudo dpkg -i build/softether-vpnclient*.deb
|
||||
sudo dpkg -i build/softether-vpncmd*.deb
|
||||
sudo dpkg -i build/softether-vpnserver*.deb
|
||||
|
||||
sudo systemctl restart softether-vpnserver
|
||||
|
Reference in New Issue
Block a user