mv doesnt wait for completion on massive transfers so some code adjustment is necesary here

This commit is contained in:
Michael Scalzetti 2022-03-24 02:45:27 -04:00
parent 56873672ce
commit 777470847f

View File

@ -5,8 +5,18 @@ USER=$2
mv ./files/temp/$USER/* /home/$USER/
echo "Hit ENTER when files finish transferring..."
read
chown -R $USER /home/$USER
chgrp -R $USER /home/$USER
rm ~/.zshrc
rm ~/.config/neofetch/config.conf
rm ~/.gitconfig
ln -s /home/$USER/.zshrc ~/.zshrc
ln -s /home/$USER/.config/neofetch/config.conf ~/.config/neofetch/config.conf
ln -s /home/$USER/.gitconfig ~/.gitconfig