diff --git a/config b/config index 14f40d0..47ac01b 100644 --- a/config +++ b/config @@ -33,7 +33,7 @@ pkg=( opendoas openssh p7zip unrar - podman{,-compose} aardvark-dns + podman docker-compose aardvark-dns reflector renameutils perl-rename rsync diff --git a/rootfs/usr/local/bin/docker-compose b/rootfs/usr/local/bin/docker-compose deleted file mode 120000 index ac6ac72..0000000 --- a/rootfs/usr/local/bin/docker-compose +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/podman-compose \ No newline at end of file diff --git a/src/install.sh b/src/install.sh index 4343a54..e5931b5 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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}"