Skip to content

Commit

Permalink
startup-misc: Add nemo to system group on first boot
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen committed May 2, 2020
1 parent b1e4d19 commit 6944608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sparse/usr/bin/droid/startup-misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# We're done here if this isn't the first boot
[ -f /var/tmp/made-droid-links ] && exit 0

# Required for gesture-daemon (https://git.io/JerMg) to work since SFOS 3.3
gpasswd -a nemo system

# Android Storage linking
m_path="/data/media"
[ -d "$m_path/0" ] && m_path+="/0"
Expand Down

0 comments on commit 6944608

Please sign in to comment.