Version 3.0
CHANGELOG
V1.0 - Initial
V2.0 - Added basic script and updated main setup script.
V3.0 - Remove Portainer from the main setup script and replace with Dockge. Create dedicated "-portainer.sh" script for portainer. Add sleep functions to allow for better readability of actions in the script.
ABOUT
This script auto downloads and installs;
- Nala (APT wrapper for faster [and multithreaded] updates & installs)
- QEMU-Guest-Agent
- Docker CE
- Portainer CE
- Tree
- Midnight Commander (Terminal File Browser)
- DUF
Designed for fast start of Proxmox VM's
-
Download file
curl -s https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup.sh | bash -
Reboot
-
Download file
curl -s https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup-docker.sh | bash -
Reboot
-
Download file
curl -s https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup-portainer.sh | bash -
Reboot
-
Download file
curl -s https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup-basics.sh | bash -
Reboot
-
Download file
curl https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup.sh > setup.sh -
Make Executable
sudo chmod +x setup.sh -
Run Script
sudo bash setup.sh -
Reboot
-
Download file
curl https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup-portainer.sh > setup.sh -
Make Executable
sudo chmod +x setup.sh -
Run Script
./setup-portainer.sh -
Reboot
-
Download file
curl https://raw.githubusercontent.com/NWSpitfire/Linux-Setup-Script--docker-/main/setup-basics.sh > setup-basics.sh -
Make Executable
sudo chmod +x setup-basics.sh -
Run Script
./setup-basics.sh -
Reboot