Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster c912a037a1
Update homarr.sh
fixes https://github.com/tteck/Proxmox/issues/2102
2023-11-25 23:14:11 -05:00
tteckster 60eeefe0c4
Add files via upload 2023-11-25 20:48:14 -05:00
tteckster c8cbb8626b
Add files via upload 2023-11-25 19:50:28 -05:00
tteckster 2c6d131d93
Add files via upload 2023-11-25 19:00:17 -05:00
2 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ cp -R /opt/homarr/data /root/data-homarr-backup
cp -R /opt/homarr/database /root/database-homarr-backup
RELEASE=$(curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
wget -q -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | tar -xz -C /opt
cp -R /opt/homarr-${RELEASE}/* /opt/homarr
cp -R /root/data-homarr-backup/* /opt/homarr/data
cp -R /root/database-homarr-backup/* /opt/homarr/database
rm -rf /opt/homarr-${RELEASE}

BIN
misc/images/tths.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB