From 004e778c3ec673421075760884eb5915bfbb4977 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jul 2024 17:31:17 +0300 Subject: [PATCH] 2 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ab8348c..1dfb9d3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ all: echo OK +install-dependencies: + apt install -y nginx git make bash-completion + install: mkdir /srv/playemulator/data -p chown www-data:www-data -R /srv/playemulator/data