Simplify server installation

This commit is contained in:
世界
2022-08-28 00:23:41 +08:00
parent 561a9e5275
commit 122daa4bfb
6 changed files with 22 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@
set -e -o pipefail
if [ -d /usr/local/go ]; then
export PATH="$PATH:/usr/local/go/bin"
fi
DIR=$(dirname "$0")
PROJECT=$DIR/../..