mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-21 23:50:32 +00:00
add ubuntu 22.04 build step
This commit is contained in:
9
scripts/debian-11/4-install-runtime-deps.sh
Executable file
9
scripts/debian-11/4-install-runtime-deps.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
apt-get update -y
|
||||
apt-get upgrade -y
|
||||
|
||||
apt-get install -y liblua5.3-0 curl
|
||||
|
||||
Reference in New Issue
Block a user