Fix previous commit

This commit is contained in:
2024-03-25 13:23:16 +00:00
parent 0880dce5ab
commit 2842d2db65

View File

@@ -5,7 +5,13 @@ source scripts/color.sh
# ============== CONFIG ==============
p i curl
d=$(detectDistro)
if [[ $d == "Debian" ]]; then
sudo apt install -y curl
elif [[ $d == "Arch" ]]; then
sudo pacman -Sy curl
fi
p i stow
# Link dotfile home to $HOME