From: cyan Date: Sun, 27 Jun 2021 10:59:39 +0000 (+0200) Subject: anbox: Use `sudo bash` instead of `sudo -s` X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/af3880b824c24c563d506cbd2e0d8f767e599896 anbox: Use `sudo bash` instead of `sudo -s` --- diff --git a/scripts/install.sh b/scripts/install.sh index 879e849..ae541b7 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -35,7 +35,7 @@ chmod +x generate-props.sh . generate-props.sh echo "Asking for root access" -sudo -s <