Merge claude/1

This commit is contained in:
librelad 2026-06-02 14:56:27 +01:00
commit c04b6d43e5

View File

@ -16,6 +16,7 @@ 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"