Fix previous commit

This commit is contained in:
2024-03-25 13:23:16 +00:00
parent f80b3c3f57
commit 3aa1273132

View File

@@ -5,7 +5,13 @@ source scripts/color.sh
# ============== CONFIG ============== # ============== 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 p i stow
# Link dotfile home to $HOME # Link dotfile home to $HOME