Update install.sh

This commit is contained in:
midoks 2023-09-07 13:04:30 +08:00
parent 385113fe4d
commit ee498b7094
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ serverPath=$(dirname "$rootPath")
install_tmp=${rootPath}/tmp/mw_install.pl
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi
GOGS_DOWNLOAD='https://dl.gogs.io'