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 76bcf01 commit 62ac07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62ac07b

Please sign in to comment.