Update install.sh
This commit is contained in:
parent
385113fe4d
commit
ee498b7094
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue