Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the documentation links #98

Merged
merged 1 commit into from
Jan 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions invidious_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ show_preinstall_banner() {
echo ""
echo ""
echo ""
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/tmiland/${REPO_NAME}${NC}\n"
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/${REPO_NAME}${NC}\n"
}

# Install banner
Expand All @@ -874,7 +874,7 @@ show_install_banner() {
echo ""
echo ""
echo ""
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/tmiland/${REPO_NAME}${NC}\n"
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/${REPO_NAME}${NC}\n"
}

# Maintenance banner
Expand All @@ -893,7 +893,7 @@ show_maintenance_banner() {
echo ""
echo ""
echo ""
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/tmiland/${REPO_NAME}${NC}\n"
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/${REPO_NAME}${NC}\n"
}

# Banner
Expand All @@ -911,7 +911,7 @@ show_banner() {
echo " 5) Run Database Maintenance 10) Exit "
echo "${SHOW_STATUS} ${SHOW_DOCKER_STATUS}"
echo ""
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/tmiland/${REPO_NAME}${NC}\n"
echo -e "Documentation for this script is available here: ${ORANGE}\n ${ARROW} https://github.com/${REPO_NAME}${NC}\n"
}

# Exit Script
Expand All @@ -936,7 +936,7 @@ exit_script() {
${GREEN}${CHECK}${NORMAL} ${BBLUE}GitHub${NORMAL} ${ARROW} ${YELLOW}https://github.com/sponsors/tmiland${NORMAL}
${GREEN}${CHECK}${NORMAL} ${BBLUE}Coindrop${NORMAL} ${ARROW} ${YELLOW}https://coindrop.to/tmiland${NORMAL}
"
echo -e "Documentation for this script is available here: ${ORANGE}\n${ARROW} https://github.com/tmiland/${REPO_NAME}${NC}\n"
echo -e "Documentation for this script is available here: ${ORANGE}\n${ARROW} https://github.com/${REPO_NAME}${NC}\n"
echo -e "${ORANGE}${ARROW} Goodbye.${NC} ☺"
echo ""
}
Expand Down