Compare commits

..

No commits in common. "c04b6d43e50e4de14b4f334d435e644653cea317" and "ef344081e563c81672d686b23dd8fbbac7ecbd9d" have entirely different histories.

View File

@ -16,7 +16,6 @@ installDockerRootless()
local docker_install_user_id=$(id -u "$CFG_DOCKER_INSTALL_USER")
local docker_install_bashrc="/home/$CFG_DOCKER_INSTALL_USER/.bashrc"
isNotice "Fetching and installing the necessary packages...this may take a moment..."
local result; result=$(runSystem apt-get install -y apt-transport-https ca-certificates curl gnupg software-properties-common uidmap dbus-user-session fuse-overlayfs passt)
checkSuccess "Installing necessary packages"