Tyleo-Scripts/irp-ctop

16 lines
747 B
Text
Raw Permalink Normal View History

2024-02-18 18:06:30 +00:00
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é."