Skip to content

Commit ee986f4

Browse files
authored
Update android-tools-appimage.sh
1 parent 0fa2f77 commit ee986f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chmod +x ./quick-sharun
3333
./quick-sharun ./AppDir/shared/bin/*
3434

3535
# We also need to be added to a group after installing udev rules
36-
sed -i '/cp -v/a usermod -a -G adbusers $(logname)' ./AppDir/bin/udev-installer.hook
36+
sed -i '/cp -v/a groupadd -f adbusers; usermod -a -G adbusers $(logname)' ./AppDir/bin/udev-installer.hook
3737

3838
# MAKE APPIMAGE WITH URUNTIME
3939
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage

0 commit comments

Comments
 (0)