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 3e4022a commit be7f341Copy full SHA for be7f341
modules/.update.php
@@ -28,8 +28,8 @@ function upd() {
28
logo();
29
echo "\n\033[01;32mUpdating IP-Tracer.........\033[01;37m\n\n";
30
sleep(1);
31
- system("cd ~/ && git clone https://github.com/Rajkumrdusad/IP-Tracer.git");
32
- system("cd ~/ && sudo git clone https://github.com/Rajkumrdusad/IP-Tracer.git");
+ system("cd ~/ && git clone https://github.com/rajkumardusad/IP-Tracer.git");
+ system("cd ~/ && sudo git clone https://github.com/rajkumardusad/IP-Tracer.git");
33
system("cd ~/IP-Tracer && sh install");
34
35
echo "\n\033[01;32m IP-Tracer updated !!!\033[01;37m\n";
0 commit comments