Skip to content

Commit

Permalink
megasync: separated appindicator installation
Browse files Browse the repository at this point in the history
  • Loading branch information
slspeek committed May 7, 2024
1 parent a34afd3 commit 6e998ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions late-cmds/megasync
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
install-megasync.sh && \
sudo -u $(id -nu 1000) install-appindicator.sh
install-megasync.sh
Empty file modified scripts/install-deb-from-url.sh
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions scripts/install-gnome-extension-cli.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e

install-gnome-extension-cli.sh

$HOME/.local/bin/gext install 615 # AppIndicator and KStatusNotifier Support

0 comments on commit 6e998ad

Please sign in to comment.