Ben 1 year ago
parent
commit
70fdb91870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/init.sh

+ 1 - 1
scripts/init.sh

@@ -7,4 +7,4 @@ sudo apt install golang-go
 # vpn
 curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
 chmod +x openvpn-install.sh
-export AUTO_INSTALL=y && sudo ./openvpn-install.sh
+sudo export AUTO_INSTALL=y && sudo ./openvpn-install.sh