From f4a46872591a8e37cd415fc772cba6a6dc3c3a94 Mon Sep 17 00:00:00 2001 From: cleanet Date: Wed, 15 Jul 2020 16:14:35 +0200 Subject: [PATCH 1/2] SocialBox --- SocialBox.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 SocialBox.sh diff --git a/SocialBox.sh b/SocialBox.sh old mode 100644 new mode 100755 From 062d678c4591befd43b3a5dd536be8c231361582 Mon Sep 17 00:00:00 2001 From: cleanet Date: Wed, 15 Jul 2020 16:14:43 +0200 Subject: [PATCH 2/2] installer --- install-sb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 install-sb.sh diff --git a/install-sb.sh b/install-sb.sh old mode 100644 new mode 100755 index 85ef560..b1a0b8f --- a/install-sb.sh +++ b/install-sb.sh @@ -15,14 +15,14 @@ else cd .. fi #Instagram -git clone https://github.com/thelinuxchoice/instainsane.git +git clone https://github.com/permikomnaskaltara/instainsane.git cd instainsane chmod +x instainsane.sh chmod +x install.sh sudo ./install.sh cd .. #Twitter -git clone https://github.com/thelinuxchoice/tweetshell.git +git clone https://github.com/Mehran/tweetshell.git cd tweetshell chmod +x tweetshell.sh chmod +x install.sh