Skip to content

Commit

Permalink
add new url
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed May 8, 2024
1 parent 15eda76 commit d51cc58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ branch_name=main
commit_username=""
commit_email=""

# All information regarding .env can be found here:
# https://klipperbackup.xyz/configuration/

# Backup paths
# Note: script.sh starts its search in $HOME which is /home/{username}/
# Note: script.sh starts its search in $HOME which is /home/{username}/
# The array accepts folders or files like the following example
#
# backupPaths=( \
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main() {
install_filewatch_service
install_backup_service
install_cron
echo -e "${G}${NC} Installation Complete!\n For help or further information, read the docs: https://staubgeborener.github.io/klipper-backup/"
echo -e "${G}${NC} Installation Complete!\n For help or further information, read the docs: https://klipperbackup.xyz"
}

dependencies() {
Expand Down

0 comments on commit d51cc58

Please sign in to comment.