Fix previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user