From 5cd8eecef1bb59ed9c84d9442285ef763c0d14c8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:07:37 +0100 Subject: [PATCH] remove cd /opt Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> --- install/homarr-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index e93e9313..ededc314 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -36,7 +36,6 @@ $STD npm install -g yarn msg_ok "Installed Node.js/Yarn" msg_info "Installing Homarr (Patience)" -cd /opt 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 "https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.zip" unzip -q v${RELEASE}.zip