Update install.sh

This commit is contained in:
2024-05-25 00:17:37 +01:00
committed by GitHub
parent eaad35e91c
commit 50d8871cff

View File

@@ -10,7 +10,7 @@ sudo nala install htop fzf tmux git stow vim wget
# Clone repo if needed # Clone repo if needed
if [ $(pwd) != "$HOME/cros" ]; then if [ $(pwd) != "$HOME/cros" ]; then
cd $HOME cd $HOME
git clone https://github.com/TrudeEH/cros --depth=1 git clone https://github.com/TrudeEH/dotfiles --depth=1
cd cros cd cros
fi fi