Tyleo-Scripts/irp-lzd

16 lines
730 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 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é."