- VM/Server for 5stack panel
- X CPU X RAM X Disk
- VM/Server for Gameservers
- At least 3GHz Base Clock, one core for management and one additional core for every server you want to run
- X Ram
- X Disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| basedir=$(pwd) | |
| REQUIRED_PKG="git build-essential flex bison gcc-arm-linux-gnueabi libssl-dev bc gcc-arm-none-eabi python3-pip rsync" | |
| PKG_OK=$(dpkg-query -W --showformat='${Status}\n' $REQUIRED_PKG|grep "install ok installed") | |
| echo Checking for $REQUIRED_PKG: $PKG_OK | |
| if [ "" = "$PKG_OK" ]; then | |
| echo "No $REQUIRED_PKG. Setting up $REQUIRED_PKG." | |
| sudo apt-get --yes install $REQUIRED_PKG | |
| fi | |
| echo "installing firmtool" |
I am using a clean debian 10 but every debian based distro should work. Non debian based distros might require some work (e.g. Different package names)
- Debian:
sudo apt install git build-essential flex bison gcc-arm-linux-gnueabi libssl-dev bc gcc-arm-none-eabi python3-pippip3 install -U git+https://github.com/TuxSH/firmtool.git