diff --git a/nginx_build_script/build.sh b/nginx_build_script/build.sh index 51250ec..825b06e 100644 --- a/nginx_build_script/build.sh +++ b/nginx_build_script/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -HOMEDIRECTORY = ~/nginx_scriptbox +HOMEDIRECTORY=~/nginx_scriptbox rm -rf $HOMEDIRECTORY curl -sSL https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/packages.sh | bash