Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
i forgot to add curl as dependency
  • Loading branch information
dianaw353 committed Nov 10, 2024
1 parent a8091c1 commit 3e01b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function backup_dotfiles() {

# Arch setup function
function arch_setup {
for pkg in ansible python python-pip python-watchdog openssh rsync git noto-fonts-emoji; do
for pkg in ansible curl python python-pip python-watchdog openssh rsync git noto-fonts-emoji; do
if ! pacman -Q $pkg >/dev/null 2>&1; then
_task "Installing $pkg"
_cmd "sudo pacman -S --noconfirm $pkg"
Expand Down

0 comments on commit 3e01b73

Please sign in to comment.