From 541fe70b78fb77dffaba4cca3ce5af5e79ca5424 Mon Sep 17 00:00:00 2001 From: "Felipe B. Conti" Date: Sun, 10 Jun 2018 14:12:07 -0300 Subject: [PATCH] Remove unnecessary treatment --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 31e83aa..e77bbda 100755 --- a/install.sh +++ b/install.sh @@ -70,7 +70,7 @@ wget -q --show-progress $url (sha256sum -c --quiet --ignore-missing sha256sums.txt) || exit 1 output "installing to /usr/local/bin" -$sh_c "chmod +x ctop-*" +chmod +x ctop-* $sh_c "mv ctop-* /usr/local/bin/ctop" output "done!"