From 1efe4a819fe0e392eb69d9ba4f6e65cf1b3dc968 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:49:31 +0200 Subject: [PATCH] More pacman --- bin/omarchy-install-dropbox | 2 +- bin/omarchy-install-firewall | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/omarchy-install-dropbox b/bin/omarchy-install-dropbox index 90ec37c2..8229e4de 100755 --- a/bin/omarchy-install-dropbox +++ b/bin/omarchy-install-dropbox @@ -1,7 +1,7 @@ #!/bin/bash echo "Installing all dependencies..." -yay -S --noconfirm --needed \ +sudo pacman -S --noconfirm --needed \ dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox echo "Starting Dropbox..." diff --git a/bin/omarchy-install-firewall b/bin/omarchy-install-firewall index 4df14730..214cc51c 100755 --- a/bin/omarchy-install-firewall +++ b/bin/omarchy-install-firewall @@ -1,11 +1,11 @@ #!/bin/bash if ! command -v ufw &>/dev/null; then - yay -S --noconfirm ufw + sudo pacman -S --noconfirm ufw fi if ! command -v ufw-docker &>/dev/null; then - yay -S --noconfirm ufw-docker + sudo pacman -S --noconfirm ufw-docker fi # Allow nothing in, everything out