Skip to content

Commit

Permalink
Update invidious_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed Sep 30, 2024
1 parent 3e9ff12 commit ea25dfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions invidious_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1379,9 +1379,10 @@ install_inv_sig_helper() {
${SUDO} journalctl -u ${SERVICE_NAME}
read_sleep 5
fi
else
echo -e "${RED}${ERROR} Invidious is not installed...${NC}"
fi
else
echo -e "${RED}${ERROR} Invidious is not installed...${NC}"
fi
exit 0
}

install_youtube_trusted_session_generator() {
Expand Down

0 comments on commit ea25dfd

Please sign in to comment.