mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-31 00:39:50 +00:00 
			
		
		
		
	优化build.sh编译脚本
This commit is contained in:
		| @@ -224,6 +224,7 @@ class AutoReseed | ||||
|                     break; | ||||
|                 case 'qBittorrent': | ||||
|                     $extra_options['autoTMM'] = 'false';	//关闭自动种子管理 | ||||
|                     #$extra_options['skip_checking'] = 'true';    //跳校验 | ||||
|                     if (isset($extra_options['paused'])) { | ||||
|                         $extra_options['paused'] = $extra_options['paused'] ? 'true' : 'false'; | ||||
|                     } else { | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| #!/bin/sh | ||||
| #wget -c https://gitee.com/ledc/IYUUAutoReseed/repository/archive/master.zip -O IYUUAutoReseed.zip | ||||
| #unzip -o ./IYUUAutoReseed.zip -d /root | ||||
| #rm ./IYUUAutoReseed.zip | ||||
| cd /root | ||||
| wget -c https://gitee.com/ledc/IYUUAutoReseed/repository/archive/master.zip -O IYUUAutoReseed.zip | ||||
| unzip -o ./IYUUAutoReseed.zip -d /root | ||||
| rm ./IYUUAutoReseed.zip | ||||
| cd /root/IYUUAutoReseed/docker | ||||
| chmod +x ./*.sh | ||||
| docker build -t iyuu:latest . | ||||
| docker run -it -v /root/IYUUAutoReseed:/var/www -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest | ||||
|   | ||||
		Reference in New Issue
	
	Block a user