Skip to content

Commit

Permalink
Update i.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed Oct 6, 2024
1 parent 62ac07b commit f748dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f748dce

Please sign in to comment.