F-urkan commited on
Commit
2f7a488
·
verified ·
1 Parent(s): bb0864d

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -0
start.sh CHANGED
@@ -1,3 +1,5 @@
 
 
1
  passwd
2
  sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
3
  tailscaled --tun=userspace-networking --socks5-server=localhost:1055 > /dev/null 2>&1 &
 
1
+ rm pre.sh
2
+ rm install.sh
3
  passwd
4
  sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
5
  tailscaled --tun=userspace-networking --socks5-server=localhost:1055 > /dev/null 2>&1 &