Added Tutorials and Portainer Agent install script #4

Merged
DocRock3r merged 16 commits from wip into main 2026-01-09 14:11:23 +00:00
Showing only changes of commit 015ee3c6d7 - Show all commits

View File

@@ -4,11 +4,12 @@ clear
echo "What do you want to do?"
echo "1. Install Docker"
echo "2. Install Docker + Portainer Server"
echo "3. Update System"
echo "4. Change Hostname"
echo "5. Exit"
echo "3. Install Docker + Portianer Agent"
echo "4. Update System"
echo "5. Change Hostname"
echo "00. Exit"
echo ""
echo -n "enter your selection(1-4)(5 to exit): "
echo -n "enter your selection(1-5)(00 to exit): "
while :
do
@@ -128,6 +129,6 @@ esac
echo ""
echo ""
echo -n "enter your selection(1-4)(5 to exit): "
echo -n "enter your selection(1-5)(00 to exit): "
done