File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -493,16 +493,18 @@ sudo bash install.sh
493493或2:[ 卸载阿里云盾] ( #卸载阿里云盾 ) 。**
494494
495495
496- ### 校园网安装
496+ ### 内网安装
497497
498- 近期 ` Github ` 的 SVN 访问缓慢,可以到 [ Releases ] ( https://github.com/zhblue/hustoj/releases ) 中下载 ` tar.gz ` 版本,然后用 ` install ` 目录下的 ` *-bytgz.sh ` 脚本安装。
499-
500- 但是注意这样安装的实例,将来升级时只能手工升级。
501-
502- 以 ` Ubuntu 18.04 ` 为例:下载好 [ Releases ] ( https://github.com/zhblue/hustoj/releases ) 中的 ` Source code(tar.gz) ` ,然后准备好 ` install-ubuntu18-bytgz.sh `
498+ 军政网、教育网等,限制服务器访问外网的用户,请先安装标准版Ubuntu24.04 LTS Desktop,然后下载
499+ ```
500+ http://dl.hustoj.com/hustoj-offline.tar.gz
501+ ```
502+ 用U盘等方式复制到服务器中。
503503
504504``` bash
505- sudo bash install-ubuntu18-bytgz.sh 19.06.04.tar.gz
505+ tar xzf hustoj-offline.tar.gz
506+ cd hustoj-offline
507+ sudo bash install.sh
506508```
507509### 基于 Ubuntu 22.04+宝塔 安装
508510
You can’t perform that action at this time.
0 commit comments