Update domain-locker.sh
This commit is contained in:
parent
0f08aed718
commit
189b8569c4
@ -35,12 +35,15 @@ function update_script() {
|
|||||||
|
|
||||||
PG_VERSION="17" setup_postgresql
|
PG_VERSION="17" setup_postgresql
|
||||||
setup_nodejs
|
setup_nodejs
|
||||||
fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"
|
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"
|
||||||
|
|
||||||
msg_info "Building Domain-Locker"
|
msg_info "Installing Modules (patience)"
|
||||||
cd /opt/domain-locker
|
cd /opt/domain-locker
|
||||||
npm install --legacy-peer-deps
|
$STD npm install
|
||||||
export NODE_OPTIONS="--max-old-space-size=8192"
|
msg_ok "Installed Modules"
|
||||||
|
|
||||||
|
msg_info "Building Domain-Locker (a lot of patience)"
|
||||||
|
npm install
|
||||||
set -a
|
set -a
|
||||||
source /opt/domain-locker.env
|
source /opt/domain-locker.env
|
||||||
set +a
|
set +a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user