Fixes to install.sh

This commit is contained in:
Peter Green 2023-01-08 20:30:15 +00:00
parent 2c279b2d15
commit 8365bfc02a
1 changed files with 3 additions and 0 deletions

3
install.sh Normal file → Executable file
View File

@ -18,6 +18,9 @@ if [ -d "$HOME"/bin ];
else mkdir "$HOME"/bin
fi
~ Make the root dir...
mkdir "$HOME"/bin/backup_home
# Copy files over to ~/bin
cp "$pwd"/Backup.sh "$HOME"/bin/backup_home