Remove unnecessary treatment

This commit is contained in:
Felipe B. Conti 2018-06-10 14:12:07 -03:00 committed by GitHub
parent c786b697bf
commit 541fe70b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!"