add dependencies for building openspades server

This commit is contained in:
c 2021-12-17 09:21:18 +00:00
parent fac55d8a2a
commit 8909d59757
1 changed files with 4 additions and 1 deletions

View File

@ -10,13 +10,16 @@ apt install wget -y
apt install vim -y
apt install openjdk-11-jdk -y
apt install xz-utils -y
apt install python3-venv python3-pip -y
apt install python3-venv python3-pip python3-dev -y
apt install libjpeg-dev zlib1g-dev -y
apt install fuse -y
apt install hedgewars -y
apt install snapd -y
snap install bzflag -y
apt install g++ -y
apt install gcc -y
adduser onfoss