Tyleo-Scripts/irp-lazydocker

16 lines
744 B
Text
Raw Normal View History

2024-02-18 18:06:30 +00:00
clear
curl https://static.tyleodev.fr/astra/banner-all
echo "---------------------------------------------------------"
echo "/> Installing LazyDocker (STD Edition)..."
sudo wget http://s.tyleodev.fr/host-binary/lazydocker -O /bin/lazydocker
sudo chmod +x /bin/lazydocker
echo "---------------------------------------------------------"
sleep 1
clear
curl https://static.tyleodev.fr/astra/banner-all
echo "---------------------------------------------------------"
echo "-- Commande : lazydocker --"
echo "-- Emplacement : /bin/lazydocker --"
echo "-- Requis : docker (run), docker.socket (service) --"
echo "---------------------------------------------------------"
echo "/> Terminé."