mirror of https://github.com/tteck/Proxmox.git
Update homebox-install.sh
This commit is contained in:
parent
bfd805beca
commit
083f152c4a
install
|
@ -28,7 +28,6 @@ RELEASE=$(curl -s https://api.github.com/repos/sysadminsmedia/homebox/releases/l
|
|||
wget -q https://github.com/sysadminsmedia/homebox/releases/download/${RELEASE}/homebox_Linux_x86_64.tar.gz
|
||||
tar -xf homebox_Linux_x86_64.tar.gz
|
||||
rm -rf homebox_Linux_x86_64.tar.gz
|
||||
mkdir -p /opt
|
||||
mv homebox /opt/
|
||||
chmod +x /opt/homebox
|
||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||
|
@ -57,4 +56,4 @@ customize
|
|||
msg_info "Cleaning up"
|
||||
$STD apt-get -y autoremove
|
||||
$STD apt-get -y autoclean
|
||||
msg_ok "Cleaned"
|
||||
msg_ok "Cleaned"
|
||||
|
|
Loading…
Reference in New Issue