Ben 1 anno fa
parent
commit
6e8c4d416a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/init.sh

+ 1 - 1
scripts/init.sh

@@ -1,7 +1,7 @@
 # install golang
 add-apt-repository ppa:longsleep/golang-backports -y
 apt update -y
-apt install golang-go
+apt install golang-go -y
 
 # vpn
 #curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh