mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Try a simpler setup flow
This commit is contained in:
@ -4,12 +4,5 @@ echo "Installing all dependencies..."
|
|||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
||||||
|
|
||||||
echo -e "\nFirst login to Dropbox..."
|
echo "Starting Dropbox..."
|
||||||
setsid chromium --new-window --ozone-platform=wayland --app="https://www.dropbox.com/login" >/dev/null 2>&1 &
|
uwsm app -- dropbox-cli start &>/dev/null &
|
||||||
|
|
||||||
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
|
|
||||||
|
Reference in New Issue
Block a user