Skip to content

Commit

Permalink
Cleanup of installer
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Nov 18, 2023
1 parent 0eda2b7 commit b80bded
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions installation/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ VERSION="0.1.4"

[[ -n $URLTARGET ]] && URLTARGET="/$URLTARGET"
URL="https://www.linux-tips-and-tricks.de"
INSTALLER_FILENAME="raspiBackupInstallUI.sh"
INSTALLER="$INSTALLER_FILENAME.gpg"
INSTALLER="raspiBackupInstallUI.sh"
INSTALLER_DOWNLOAD_URL="$URL/downloads${URLTARGET}/$INSTALLER/download"
KEY_FILENAME="raspibackup.gpg"
KEY_DOWNLOAD_URL="https://github.com/framps/raspiBackup/keys/$KEY_FILENAME"

CURRENT_DIR=$(pwd)

Expand Down Expand Up @@ -69,7 +66,6 @@ fi
trap cleanup SIGINT SIGTERM EXIT

cd ~

# download and invoke installer
echo "Downloading $INSTALLER_DOWNLOAD_URL ..." > "$LOG_FILE"
curl -L "$INSTALLER_DOWNLOAD_URL" -o $INSTALLER &>> "$LOG_FILE"
Expand Down

0 comments on commit b80bded

Please sign in to comment.