diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index 660df38..2b3a12d 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -598,9 +598,10 @@ function upgrade2ultimate android-studio-launcher" >> /tmp/setup-assistant/pkgs.txt fi if grep -R "Docker" /tmp/setup-assistant/development.txt; then - echo "docker - docker-compose" >> /tmp/setup-assistant/pkgs.txt - echo "sudo systemctl enable --now docker" >> /tmp/setup-assistant/setup_root.sh + echo "podman-docker + podman-compose + crun" >> /tmp/setup-assistant/pkgs.txt + echo "sudo systemctl enable --now podman.socket" >> /tmp/setup-assistant/setup_root.sh fi if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then echo "curl -O https://blackarch.org/strap.sh diff --git a/usr/lib/setup-assistant/development.txt b/usr/lib/setup-assistant/development.txt index 6a5c9af..814a76f 100644 --- a/usr/lib/setup-assistant/development.txt +++ b/usr/lib/setup-assistant/development.txt @@ -13,7 +13,7 @@ PyCharm (Community Edition) false Android Studio false -Docker and docker-compose +Podman (Docker, usable with docker commands) false BlackArch Repository (Pentesting repo) false