16 lines
747 B
Text
16 lines
747 B
Text
|
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é."
|