From af3880b824c24c563d506cbd2e0d8f767e599896 Mon Sep 17 00:00:00 2001 From: cyan Date: Sun, 27 Jun 2021 12:59:39 +0200 Subject: [PATCH] anbox: Use `sudo bash` instead of `sudo -s` --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <