Skip to content

Commit

Permalink
correct repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed Apr 1, 2023
1 parent f8a2905 commit 78faaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

LatestVersion=$(curl -Lsk 'https://github.com/Staubgeborener/klipper-backup-staging/raw/main/version')
LatestVersion=$(curl -Lsk 'https://github.com/Staubgeborener/klipper-backup/raw/main/version')
color=$'\e[1;36m'
end=$'\e[0m'

Expand All @@ -15,7 +15,7 @@ Klipper-Backup-Logo() {
}

installation() {
wget https://github.com/Staubgeborener/klipper-backup-staging/releases/download/$LatestVersion/klipper-backup-main.zip
wget https://github.com/Staubgeborener/klipper-backup/releases/download/$LatestVersion/klipper-backup-main.zip
unzip -o klipper-backup-main.zip
cp -R ./klipper-backup-main/* $(pwd)
rm -rf klipper-backup-main klipper-backup-main.zip README.md
Expand Down

0 comments on commit 78faaad

Please sign in to comment.