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

11 lines
181 B
Bash
Executable File

#!/bin/bash
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++