Convert most of the optional AUR dependencies over to OPR

This commit is contained in:
David Heinemeier Hansson
2025-08-31 14:54:44 +02:00
parent 37d59ca78e
commit 3ea45aa995
3 changed files with 10 additions and 12 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/bash
# FIXME: Should not use AUR dependencies when we can avoid it
echo "Installing all dependencies [from AUR]..."
yay -S --noconfirm --needed \
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo "Installing all dependencies..."
omarchy-pkg-add dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo "Starting Dropbox..."
uwsm app -- dropbox-cli start &>/dev/null &