15 lines
191 B
Makefile
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
|