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,10 +17,7 @@
obsidian obsidian
signal-desktop signal-desktop
fragments fragments
pitivi
pika-backup
element-desktop element-desktop
openrgb
neofetch neofetch
unzip unzip

View File

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