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 8db09d6 commit da129c0
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 @@ -11,9 +11,9 @@ if [[ $1 == "release" ]]
then
curl -sSL https://github.com/tmiland/Invidious-Updater/releases/latest/download/invidious_update.sh > "${SCRIPT_DIR}/${SCRIPT_FILENAME}" && \
chmod +x "${SCRIPT_DIR}/${SCRIPT_FILENAME}"
. "${SCRIPT_DIR}/${SCRIPT_FILENAME}" -i
"${SCRIPT_DIR}/${SCRIPT_FILENAME}" -i
else
curl -sSL https://github.com/tmiland/Invidious-Updater/raw/master/invidious_update.sh > "${SCRIPT_DIR}/${SCRIPT_FILENAME}" && \
chmod +x "${SCRIPT_DIR}/${SCRIPT_FILENAME}"
. "${SCRIPT_DIR}/${SCRIPT_FILENAME}" -i
"${SCRIPT_DIR}/${SCRIPT_FILENAME}" -i
fi

0 comments on commit da129c0

Please sign in to comment.