From 008e3c5da5a503ce837ca95d82771ff8de79c106 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Fri, 12 Apr 2024 23:53:02 +0100 Subject: [PATCH] Update arr-update.sh --- misc/arr-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/arr-update.sh b/misc/arr-update.sh index 0ae35373..a345bf00 100644 --- a/misc/arr-update.sh +++ b/misc/arr-update.sh @@ -5,7 +5,7 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE -app=$1 +app=$1 installdir="/opt/$1" branch="master"