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

16 lines
No EOL
730 B
Text
Executable file

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