diff --git a/install.sh b/install.sh index ad73e96..88c920f 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ set -eux pipefail # Install prerequisites sudo apt update -sudo apt install -y git zsh curl git build-essential whiptail +sudo apt install -y git zsh curl git build-essential whiptail uidmap sudo apt full-upgrade -y # Do not print commands @@ -76,6 +76,13 @@ curl -fsSL https://get.docker.com | sh # Fail on any command. set -eux +# Install rootless mode +sudo sh -eux <