mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
9 lines
78 B
Bash
9 lines
78 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
apt-get update -y
|
|
|
|
apt-get install -y liblua5.3-0 curl
|
|
|