Tyleo-Scripts/irp-ctop
2024-02-18 19:06:30 +01:00

16 lines
No EOL
747 B
Text
Executable file

clear
curl https://static.tyleodev.fr/astra/banner-all
echo "---------------------------------------------------------"
echo "/> Installing CTOP..."
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-amd64 -O /bin/ctop
sudo chmod +x /bin/ctop
echo "---------------------------------------------------------"
sleep 1
clear
curl https://static.tyleodev.fr/astra/banner-all
echo "---------------------------------------------------------"
echo "-- Commande : ctop --"
echo "-- Emplacement : /bin/ctop --"
echo "-- Requis : docker (run), docker.socket (service) --"
echo "---------------------------------------------------------"
echo "/> Terminé."