From f748dce42eec6462502e2d38f39d1448e12b3994 Mon Sep 17 00:00:00 2001 From: Tommy Miland Date: Sun, 6 Oct 2024 17:41:12 +0200 Subject: [PATCH] Update i.sh --- i.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i.sh b/i.sh index f8d01f2..707f13b 100644 --- a/i.sh +++ b/i.sh @@ -2,10 +2,10 @@ 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 && \ - /invidious_update.sh -i + chmod +x invidious_update.sh + . /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 && \ - ./invidious_update.sh -i + chmod +x invidious_update.sh + . ./invidious_update.sh -i fi