Remove obsolete code

This commit is contained in:
Manuel Thalmann 2024-09-22 15:10:36 +02:00
commit 976f543b36
223 changed files with 0 additions and 4889 deletions
scripts/Arch/Software/docker

View file

@ -1,13 +0,0 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
docker \
docker-compose \
docker-buildx \
docker-scan \
;
. "../../../Common/Config/docker/install.sh";
popd > /dev/null;