irwanmohi 40d9955d7a Add 'FILES/service/README.md' | il y a 2 ans | |
---|---|---|
FILES | il y a 2 ans | |
README.md | il y a 2 ans | |
install.sh | il y a 2 ans |
apt update && apt upgrade -y --fix-missing && update-grub && sleep 2 && reboot
Selepas install, server akan reboot. Tunggu sehingga server selesai reboot
sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt install -y bzip2 gzip coreutils screen curl && wget https://notabug.org/irwanmohi/aidanvpn/raw/master/install.sh && chmod +x install.sh && ./install.sh && rm -rf ./install.sh