mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 01:09:16 +00:00
Compare commits
No commits in common. "13175efbd879effeff3eb97d0672f5c88156d89b" and "e3193558591ca3128bb0c4370f52649c4c188b8c" have entirely different histories.
13175efbd8
...
e319355859
@ -52,9 +52,7 @@ function update_script() {
|
|||||||
cd /opt/homepage
|
cd /opt/homepage
|
||||||
npx update-browserslist-db@latest
|
npx update-browserslist-db@latest
|
||||||
pnpm install
|
pnpm install
|
||||||
export NEXT_PUBLIC_VERSION=v$RELEASE
|
NEXT_PUBLIC_VERSION=v$RELEASE NEXT_PUBLIC_REVISION='source' pnpm build
|
||||||
export NEXT_PUBLIC_REVISION='source'
|
|
||||||
pnpm build
|
|
||||||
systemctl start homepage
|
systemctl start homepage
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
msg_ok "Updated Homepage to v${RELEASE}"
|
msg_ok "Updated Homepage to v${RELEASE}"
|
||||||
|
@ -43,8 +43,7 @@ rm -rf homepage-${RELEASE}
|
|||||||
cd /opt/homepage
|
cd /opt/homepage
|
||||||
cp /opt/homepage/src/skeleton/* /opt/homepage/config
|
cp /opt/homepage/src/skeleton/* /opt/homepage/config
|
||||||
$STD pnpm install
|
$STD pnpm install
|
||||||
$STD export NEXT_PUBLIC_VERSION=v$RELEASE
|
$STD NEXT_PUBLIC_VERSION=v$RELEASE NEXT_PUBLIC_REVISION='source' pnpm build
|
||||||
$STD export NEXT_PUBLIC_REVISION='source' $STD pnpm build
|
|
||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||||
msg_ok "Installed Homepage v${RELEASE}"
|
msg_ok "Installed Homepage v${RELEASE}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user