Fixed a bug with the new installed

This commit is contained in:
2024-03-30 21:50:39 +00:00
parent 0d497efd57
commit e15112b8e3
2 changed files with 0 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ detectDistro() {
return 1
fi
fi
return 0
}
d=$(detectDistro)
@@ -33,8 +32,6 @@ if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME
git clone https://github.com/TrudeEH/dotfiles
cd dotfiles
bash install.sh
return
fi
if ! nix --version &>/dev/null; then