Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Jul 19, 2024
1 parent bf6f7f1 commit d64487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [ "$version" == "main-release" ] ;then
echo ":: Unzip complete."

zip_folder="$(ls ~/Downloads/dotfiles_temp/)"
mv ~/Downloads/dotfiles_temp/$zip_folder/* ~/Downloads/dotfiles/
cp -r ~/Downloads/dotfiles_temp/$zip_folder/. ~/Downloads/dotfiles/
echo ":: Dotfiles moved into installation directory"

if [ -d $HOME/Downloads/dotfiles_temp ] ;then
Expand Down

0 comments on commit d64487a

Please sign in to comment.