From 52d1ac215d7ed00dc33be55e3a0fed7dbfdf9348 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 14:03:31 +0200 Subject: [PATCH] No sudo with yay --- bin/omarchy-install-dropbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-install-dropbox b/bin/omarchy-install-dropbox index 659e57d5..0b9b63c5 100755 --- a/bin/omarchy-install-dropbox +++ b/bin/omarchy-install-dropbox @@ -1,7 +1,7 @@ #!/bin/bash echo "Installing all dependencies [from AUR]..." -sudo yay -S --noconfirm --needed \ +yay -S --noconfirm --needed \ dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox echo "Starting Dropbox..."