Super User d459384258 1
2026-02-05 06:30:56 +02:00

15 lines
191 B
Makefile

all:
echo OK
install-squid: install-htop
bash install-squid.sh
install-htop:
bash install-htop.sh
install-docker:
bash install-docker.sh
enable-docker:
systemctl enable --now docker