Try a simpler setup flow

This commit is contained in:
David Heinemeier Hansson
2025-07-21 20:12:58 -04:00
parent a7b423a2c4
commit 377522f804

View File

@ -4,12 +4,5 @@ echo "Installing all dependencies..."
yay -S --noconfirm --needed \
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo -e "\nFirst login to Dropbox..."
setsid chromium --new-window --ozone-platform=wayland --app="https://www.dropbox.com/login" >/dev/null 2>&1 &
if gum confirm "Have you logged into your account yet?"; then
echo "Starting Dropbox and asking for identification..."
uwsm app -- dropbox-cli start &>/dev/null &
else
echo "Can't setup Dropbox before you're logged in"
fi
echo "Starting Dropbox..."
uwsm app -- dropbox-cli start &>/dev/null &