Potential fixes rolled out, update general submodule
This commit is contained in:
parent
33cdb0406e
commit
57cea46d5a
@ -1 +1 @@
|
|||||||
Subproject commit 2cb41e0effcd92c7b6199dca96766a45cce86167
|
Subproject commit 26e410c694ab876d697f74a5334dac2272e2f40e
|
@ -9,14 +9,11 @@ SDTD_USER_NAME="sdtd"
|
|||||||
SDTD_USER_HOME="/home/${SDTD_USER_NAME}/"
|
SDTD_USER_HOME="/home/${SDTD_USER_NAME}/"
|
||||||
SDTD_BIN_DIR="${SDTD_USER_HOME}/.bin"
|
SDTD_BIN_DIR="${SDTD_USER_HOME}/.bin"
|
||||||
|
|
||||||
# Change to the root user
|
|
||||||
sudo su
|
|
||||||
|
|
||||||
# Get the repo as this script SHOULD be a copy paste into a terminal, so we have to pull this down
|
# Get the repo as this script SHOULD be a copy paste into a terminal, so we have to pull this down
|
||||||
git clone --recurse-submodules https://gitlab.orion-technologies.io/game-servers/7-days-to-die.git "${GIT_DIR}"
|
git clone --recurse-submodules https://gitlab.orion-technologies.io/game-servers/7-days-to-die.git "${GIT_DIR}"
|
||||||
|
|
||||||
# Run general installation from the general submodule
|
# Run general installation from the general submodule
|
||||||
/bin/bash "${GENERAL_MODULE_PATH}/install.bash"
|
sudo /bin/bash "${GENERAL_MODULE_PATH}/install.bash" "${GENERAL_MODULE_PATH}"
|
||||||
|
|
||||||
# Create the user
|
# Create the user
|
||||||
if [[ ! -d "${SDTD_USER_HOME}" ]]; then
|
if [[ ! -d "${SDTD_USER_HOME}" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user