feat: replace podman-compose by docker-compose

This commit is contained in:
ange 2024-05-23 15:12:07 +02:00
parent 4dbecdcc5b
commit 33725b0188
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
3 changed files with 3 additions and 2 deletions

2
config
View File

@ -33,7 +33,7 @@ pkg=(
opendoas
openssh
p7zip unrar
podman{,-compose} aardvark-dns
podman docker-compose aardvark-dns
reflector
renameutils perl-rename
rsync

View File

@ -1 +0,0 @@
/usr/bin/podman-compose

View File

@ -24,6 +24,8 @@ systemctl enable \
systemd-timesyncd.service \
tlp.service
sudo -u "$username" systemctl enable podman.socket
# Users
echo "root:$root_passwd" | chpasswd
useradd -mG wheel,video "$username" -s "${default_shell-/bin/bash}"