Full, microG, F-Droid: don't unmount /system, just to re-mount it again

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 45f38c900e
commit f786dc77b7

@ -7,8 +7,6 @@ ZIP=${3}
ZIPDIR=$(dirname "${ZIP}")
MODID=NanoDroid_FDroid
umount /system &>/dev/null
mkdir /dev/tmp
unzip -o "${ZIP}" CommonInstaller -d "/dev/tmp"
if [ ! -f /dev/tmp/CommonInstaller ]; then

@ -7,8 +7,6 @@ ZIP=${3}
ZIPDIR=$(dirname "${ZIP}")
MODID=NanoDroid
umount /system &>/dev/null
mkdir /dev/tmp
unzip -o "${ZIP}" CommonInstaller -d "/dev/tmp"
if [ ! -f /dev/tmp/CommonInstaller ]; then
@ -32,7 +30,6 @@ get_cfg_apps
get_cfg_overlay
detect_mode
install_microg
install_mapsv1
install_gsync

@ -7,8 +7,6 @@ ZIP=${3}
ZIPDIR=$(dirname "${ZIP}")
MODID=NanoDroid_microG
umount /system &>/dev/null
mkdir /dev/tmp
unzip -o "${ZIP}" CommonInstaller -d "/dev/tmp"
if [ ! -f /dev/tmp/CommonInstaller ]; then

Loading…
Cancel
Save