From d6ee06d627dc7e0a969ff8acb0d329ea2ffdb06e Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 08:43:55 +0700 Subject: [PATCH] Update install --- scripts/install | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/scripts/install b/scripts/install index 29bb5ba..9c40147 100755 --- a/scripts/install +++ b/scripts/install @@ -143,19 +143,19 @@ rsync -a "$final_path/build/output/usr/src/app/node_modules/" "$final_path/serve ynh_secure_remove --file="$final_path/build/output" # Install immich web -pushd $final_path/build - detect_arch - ./docker-image-extract altran1502/immich-web:$IMMICH_WEB_VERSION -popd -mkdir -p "$final_path/web/" -pushd $final_path/build/output/usr/src/app - npm config set user 0 - npm config set unsafe-perm true - sudo /bin/sh entrypoint.sh - sudo tree -popd -rsync -a "$final_path/build/output/usr/src/app/build/" "$final_path/web/" -ynh_secure_remove --file="$final_path/build/output" +#pushd $final_path/build +# detect_arch +# ./docker-image-extract altran1502/immich-web:$IMMICH_WEB_VERSION +#popd +#mkdir -p "$final_path/web/" +#pushd $final_path/build/output/usr/src/app +# npm config set user 0 +# npm config set unsafe-perm true +# sudo /bin/sh entrypoint.sh +# sudo tree +#popd +#rsync -a "$final_path/build/output/usr/src/app/build/" "$final_path/web/" +#ynh_secure_remove --file="$final_path/build/output" # Install immich machine learning pushd $final_path/build