omarchy/bin/omarchy-install-dropbox
David Heinemeier Hansson 838d0ca27b Dropbox elements are on AUR
Let's fix that
2025-08-25 14:02:53 +02:00

10 lines
329 B
Bash
Executable File

#!/bin/bash
echo "Installing all dependencies [from AUR]..."
sudo yay -S --noconfirm --needed \
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo "Starting Dropbox..."
uwsm app -- dropbox-cli start &>/dev/null &
echo "See Dropbox icon behind  hover tray in top right and right-click for setup."