Update homepage-install.sh

tweak
This commit is contained in:
tteckster 2024-06-05 06:05:34 -04:00 committed by GitHub
parent 7babad2098
commit 4a2447bed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ RELEASE=$(curl -s https://api.github.com/repos/gethomepage/homepage/releases/lat
msg_info "Installing Homepage v${RELEASE} (Patience)"
wget -q https://github.com/gethomepage/homepage/archive/refs/tags/v${RELEASE}.tar.gz
$STD tar -xzf v${RELEASE}.tar.gz
rm -rf v${RELEASE}.tar.gz
mkdir -p /opt/homepage/config
mv homepage-${RELEASE}/* /opt/homepage
rm -rf homepage-${RELEASE}