Fixes to install.sh

This commit is contained in:
Peter Green 2023-01-08 20:26:38 +00:00
parent 49772cc17f
commit 2c279b2d15
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ fi
# Copy files over to ~/bin
cp Backup.sh "$HOME"/bin/backup_home
cp Backup.svg "$HOME"/bin/backup_home
cp LICENCE "$HOME"/bin/backup_home
cp README.md "$HOME"/bin/backup_home
cp "$pwd"/Backup.sh "$HOME"/bin/backup_home
cp "$pwd"/Backup.svg "$HOME"/bin/backup_home
cp "$pwd"/LICENSE "$HOME"/bin/backup_home
cp "$pwd"/README.md "$HOME"/bin/backup_home
# let the user know we have finished...