Files
BeamMP-Server/scripts/debian/1-install-deps.sh
2023-12-04 15:53:49 +01:00

9 lines
168 B
Bash
Executable File

set -ex
apt-get update -y
apt-get upgrade -y
apt-get install -y liblua5.3-0 liblua5.3-dev
apt-get install -y curl zip unzip tar
apt-get install -y cmake make git g++