mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-20 07:00:30 +00:00
add installation scripts for Debian 13
This commit is contained in:
8
scripts/debian-13/4-install-runtime-deps.sh
Normal file
8
scripts/debian-13/4-install-runtime-deps.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
apt-get update -y
|
||||
|
||||
apt-get install -y liblua5.3-0 curl
|
||||
|
||||
Reference in New Issue
Block a user