Explorar el Código

Update homarr-install.sh

tteckster hace 1 año
padre
commit
2a13cce5b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install/homarr-install.sh

+ 1 - 1
install/homarr-install.sh

@@ -38,7 +38,7 @@ msg_ok "Installed Node.js/Yarn"
 msg_info "Installing Homarr (Patience)"
 mkdir -p /opt/homarr
 RELEASE=$(curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
-wget -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | tar -xz -C /opt && mv /opt/homarr-${RELEASE}/* /opt/homarr
+wget -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | $STD tar -xz -C /opt && mv /opt/homarr-${RELEASE}/* /opt/homarr
 cd /opt/homarr
 cp -p /opt/homarr/.env.example /opt/homarr/.env
 sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"|' /opt/homarr/.env