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