Replace docker with podman
This commit is contained in:
parent
dedf8f1b8c
commit
624c4d9286
2 changed files with 5 additions and 4 deletions
|
@ -598,9 +598,10 @@ function upgrade2ultimate
|
||||||
android-studio-launcher" >> /tmp/setup-assistant/pkgs.txt
|
android-studio-launcher" >> /tmp/setup-assistant/pkgs.txt
|
||||||
fi
|
fi
|
||||||
if grep -R "Docker" /tmp/setup-assistant/development.txt; then
|
if grep -R "Docker" /tmp/setup-assistant/development.txt; then
|
||||||
echo "docker
|
echo "podman-docker
|
||||||
docker-compose" >> /tmp/setup-assistant/pkgs.txt
|
podman-compose
|
||||||
echo "sudo systemctl enable --now docker" >> /tmp/setup-assistant/setup_root.sh
|
crun" >> /tmp/setup-assistant/pkgs.txt
|
||||||
|
echo "sudo systemctl enable --now podman.socket" >> /tmp/setup-assistant/setup_root.sh
|
||||||
fi
|
fi
|
||||||
if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then
|
if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then
|
||||||
echo "curl -O https://blackarch.org/strap.sh
|
echo "curl -O https://blackarch.org/strap.sh
|
||||||
|
|
|
@ -13,7 +13,7 @@ PyCharm (Community Edition)
|
||||||
false
|
false
|
||||||
Android Studio
|
Android Studio
|
||||||
false
|
false
|
||||||
Docker and docker-compose
|
Podman (Docker, usable with docker commands)
|
||||||
false
|
false
|
||||||
BlackArch Repository (Pentesting repo)
|
BlackArch Repository (Pentesting repo)
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in a new issue