File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
33# Copyright (c) 2021-2025 community-scripts ORG
44# Author: Snarkenfaugister
55# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6- # Source: https://github.com/stonith404 /pocket-id
6+ # Source: https://github.com/pocket-id /pocket-id
77
88# App Default Values
99APP=" PocketID"
@@ -34,7 +34,7 @@ function update_script() {
3434 exit
3535 fi
3636
37- RELEASE=$( curl -fsSL https://api.github.com/repos/stonith404 /pocket-id/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
37+ RELEASE=$( curl -fsSL https://api.github.com/repos/pocket-id /pocket-id/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
3838 if [[ " ${RELEASE} " != " $( cat /opt/${APP} _version.txt) " ]] || [[ ! -f /opt/${APP} _version.txt ]]; then
3939 msg_info " Updating $APP "
4040
@@ -50,7 +50,7 @@ function update_script() {
5050 cp /opt/pocket-id/backend/.env /opt/backend.env
5151 cp /opt/pocket-id/frontend/.env /opt/frontend.env
5252 rm -r /opt/pocket-id
53- wget -q " https://github.com/stonith404 /pocket-id/archive/refs/tags/v${RELEASE} .zip"
53+ wget -q " https://github.com/pocket-id /pocket-id/archive/refs/tags/v${RELEASE} .zip"
5454 unzip -q v${RELEASE} .zip
5555 mv pocket-id-${RELEASE} /opt/pocket-id
5656 mv /opt/data /opt/pocket-id/backend/data
Original file line number Diff line number Diff line change 33# Copyright (c) 2021-2025 community-scripts ORG
44# Author: Snarkenfaugister
55# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6- # Source: https://github.com/stonith404 /pocket-id
6+ # Source: https://github.com/pocket-id /pocket-id
77
88source /dev/stdin <<< " $FUNCTIONS_FILE_PATH"
99color
@@ -48,8 +48,8 @@ msg_ok "Installed Golang"
4848read -r -p " What public URL do you want to use (e.g. pocketid.mydomain.com)? " public_url
4949msg_info " Setup Pocket ID"
5050cd /opt
51- RELEASE=$( curl -s https://api.github.com/repos/stonith404 /pocket-id/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
52- wget -q " https://github.com/stonith404 /pocket-id/archive/refs/tags/v${RELEASE} .zip"
51+ RELEASE=$( curl -s https://api.github.com/repos/pocket-id /pocket-id/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
52+ wget -q " https://github.com/pocket-id /pocket-id/archive/refs/tags/v${RELEASE} .zip"
5353unzip -q v${RELEASE} .zip
5454mv pocket-id-${RELEASE} / /opt/pocket-id
5555
You can’t perform that action at this time.
0 commit comments