remove yarn

This commit is contained in:
CanbiZ 2024-10-16 15:38:36 +02:00
parent 9dd8571985
commit cbf21742cd
2 changed files with 6 additions and 7 deletions

View file

@ -21,7 +21,7 @@ echo -e "Loading..."
APP="Jellyseerr"
var_disk="8"
var_cpu="2"
var_ram="2048"
var_ram="4096"
var_os="debian"
var_version="12"
variables
@ -76,7 +76,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
mv jellyseerr-${RELEASE:1} /opt/jellyseerr
cd /opt/jellyseerr
pnpm install &>/dev/null
yarn build &>/dev/null
pnpm build &>/dev/null
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated ${APP}"