mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
9 lines
226 B
Bash
Executable File
9 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Installing all dependencies..."
|
|
yay -S --noconfirm --needed \
|
|
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
|
|
|
echo "Starting Dropbox..."
|
|
uwsm app -- dropbox-cli start &>/dev/null &
|