We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a379b commit 4ce26aeCopy full SHA for 4ce26ae
1 file changed
README.md
@@ -3,7 +3,7 @@ apt update -y && apt upgrade -y && apt dist-upgrade -y && reboot
3
# UPDATE Ubuntu
4
apt update && apt upgrade -y && update-grub && sleep 2 && reboot
5
# Installation
6
-<pre><code>apt update && apt upgrade -y && update-grub && sleep 2 && sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt upgrade && apt install -y bzip2 gzip coreutils screen curl unzip && wget -q https://raw.githubusercontent.com/wingshope/agoez/main/setup.sh && chmod +x setup.sh && ./setup.sh</code></pre>
+<pre><code>apt update && apt upgrade -y && update-grub && sleep 2 && sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt upgrade && apt install -y bzip2 gzip coreutils screen curl unzip && wget -q https://raw.githubusercontent.com/ndmservis/autoscript/main/setup.sh && chmod +x setup.sh && ./setup.sh</code></pre>
7
8
# Required
9
- DOMAIN (Wajib)
0 commit comments