Skip to content

Commit

Permalink
Update .update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumardusad authored May 17, 2020
1 parent 3e4022a commit be7f341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/.update.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function upd() {
logo();
echo "\n\033[01;32mUpdating IP-Tracer.........\033[01;37m\n\n";
sleep(1);
system("cd ~/ && git clone https://github.com/Rajkumrdusad/IP-Tracer.git");
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");
system("cd ~/IP-Tracer && sh install");
logo();
echo "\n\033[01;32m IP-Tracer updated !!!\033[01;37m\n";
Expand Down

0 comments on commit be7f341

Please sign in to comment.