Skip to content

Commit

Permalink
Remove unnecessary treatment
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeconti authored Jun 10, 2018
1 parent c786b69 commit 541fe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 541fe70

Please sign in to comment.