mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 07:15:49 +00:00
9 lines
78 B
Bash
Executable File
9 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
apt-get update -y
|
|
|
|
apt-get install -y liblua5.3-0 curl
|
|
|