mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 02:06:26 +00:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
set -ex
|
|
|
|
apt-get update -y
|
|
apt-get upgrade -y
|
|
|
|
apt-get install -y liblua5.3-0 curl
|
|
|