From 62ac07baa90d7d1b9fd5bdf416cf7f5f9e014e20 Mon Sep 17 00:00:00 2001 From: Tommy Miland Date: Sun, 6 Oct 2024 17:29:31 +0200 Subject: [PATCH] Update i.sh --- i.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i.sh b/i.sh index 2de6e51..f8d01f2 100644 --- a/i.sh +++ b/i.sh @@ -3,9 +3,9 @@ if [[ $1 == "release" ]] then curl -sSL https://github.com/tmiland/Invidious-Updater/releases/latest/download/invidious_update.sh > invidious_update.sh && \ chmod +x invidious_update.sh && \ - "$(pwd)"/invidious_update.sh -i + /invidious_update.sh -i else curl -sSL https://github.com/tmiland/Invidious-Updater/raw/master/invidious_update.sh > invidious_update.sh && \ chmod +x invidious_update.sh && \ - "$(pwd)"/invidious_update.sh -i + ./invidious_update.sh -i fi