irwanmohi 40d9955d7a Add 'FILES/service/README.md' | 2 years ago | |
---|---|---|
FILES | 2 years ago | |
README.md | 2 years ago | |
install.sh | 2 years ago |
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