mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
Remove unnecessary treatment
This commit is contained in:
parent
c786b697bf
commit
541fe70b78
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user