Update install.sh

pull/449/head
midoks 2 years ago
parent 385113fe4d
commit ee498b7094
  1. 4
      plugins/gogs/install.sh

@ -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…
Cancel
Save