mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 12:37:46 +00:00
Install missing Dropbox dependencies if Dropbox is there
This commit is contained in:
6
migrations/1753064164.sh
Normal file
6
migrations/1753064164.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "Add missing Dropbox dependencies"
|
||||
|
||||
# Dropbox is still there, but the dependencies aren't yet
|
||||
if command -v dropbox-cli &>/dev/null && ! pacman -Q libappindicator-gtk3 &>/dev/null; then
|
||||
yay -S --noconfirm --needed dropbox libappindicator-gtk3 python-gpgme nautilus-dropbox
|
||||
fi
|
||||
Reference in New Issue
Block a user