mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Use dropbox-cli so it doesn't quit when the terminal does
This commit is contained in:
@ -9,7 +9,7 @@ setsid chromium --new-window --ozone-platform=wayland --app="https://www.dropbox
|
|||||||
|
|
||||||
if gum confirm "Have you logged into your account yet?"; then
|
if gum confirm "Have you logged into your account yet?"; then
|
||||||
echo "Starting Dropbox and asking for identification..."
|
echo "Starting Dropbox and asking for identification..."
|
||||||
uwsm app -- dropbox start -i &>/dev/null &
|
uwsm app -- dropbox-cli start &>/dev/null &
|
||||||
else
|
else
|
||||||
echo "Can't setup Dropbox before you're logged in"
|
echo "Can't setup Dropbox before you're logged in"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user