ronggang
f02a47aff2
feat: 安装脚本统一更新至 1.2.5
2024-04-09 08:43:42 +08:00
ronggang
9018e35d12
feat: 脚本增加TR版本判断,以适应2.9以后的版本。
2024-03-20 13:01:05 +08:00
xzxiaoshan
5e9273b801
Update install-tr-control-gitee.sh
2021-11-22 13:58:18 +08:00
shanhy
72cfac821f
fix bug: 对于指定安装目录的情况下,脚本未做处理
2021-11-22 11:24:05 +08:00
ThornBirds77
822b7e2325
Update install-tr-control.sh
...
改动了2个地方,
#252,wget下载安装包时强制命名文件,因为发现下载路径被重定向以后文件名发生变化,没有.tar.gz,导致后续解压处理失败
#442,在OpenWRT下wget得到的内容没有分行符,导致grep结果为页面全部内容,造成head命令失效,建议改为curl -s,这样可以准确输出一行
2021-09-17 16:39:13 +08:00
programatix
f0ffba140c
Update install-tr-control.sh
...
Allow manual path to be submitted for "auto".
eg:
./install-tr-control.sh auto /volume1/docker/transmission
2021-08-25 21:34:23 +08:00
Alex Wang
3011d7c427
Merge pull request #557 from programatix/patch-1
...
Update install-tr-control.sh
2021-08-22 10:10:40 -07:00
Kirin
a42f6e8b7e
Update install-tr-control-gitee.sh
...
修复使用国内源 gitee 时出现自动部署失败的问题
2021-08-20 15:00:24 +08:00
programatix
672c4fb602
Update install-tr-control.sh
...
If ROOT_FOLDER is manually defined, do not override it.
2021-08-09 00:07:24 +08:00
slrslr
01d170e1ab
Update install-tr-control.sh
...
Please either use find to search only in common directories like i propose or use "-mount" parameter to a find command which would prevent scanning mounted external drives. In my case current version takes more than 30 minutes to complete scan due to external drive mount points..
2020-11-15 12:21:42 +00:00
栽培者
69b702f04a
feat(sh): add OpenWRT path
...
code from @oilervoss
2020-09-26 13:37:34 +08:00
Euler Alves
5044faf970
getTransmissionPath in install-tr-control.sh
...
I added `|| [ -f "/etc/openwrt_release" ]` on the function `getTransmissionPath()` to
~~~bash
if [ -f "/etc/fedora-release" ] || [ -f "/etc/debian_version" ] || [ -f "/etc/openwrt_release" ]; then
ROOT_FOLDER="/usr/share/transmission"
fi
~~~
so the root folder is recognized on [OpenWRT](http://www.openwrt.org ) for installation or update.
That path is align with the [OpenWRT package](https://github.com/openwrt/packages/tree/master/net/transmission-web-control )
2020-09-23 11:19:21 -03:00
ronggang
bff5e40b16
feat(shell): 增加 gitee
安装脚本
2020-09-15 17:36:25 +08:00
栽培者
4b31bcfa3c
feat(shell): 安装脚本增加群晖判断
2020-09-14 18:59:21 +08:00
papadave66
d9fe8278da
FreeBSD detection and FreeBSD ps(1) compatibility fix
2020-09-01 23:14:07 +08:00
栽培者
ac844fc841
fix(shell): 修复Linux 下没有 curl 命令导致下载错误
...
Fix download error without curl command under Linux
2018-10-13 10:24:02 +08:00
ronggang
e4cc1da9f3
Install Script update to 1.2.2-beta
...
安装脚本更新至 1.2.2-beta
2018-04-19 15:27:50 +08:00
ronggang
e8cf01d397
Update english install script to 1.2.1 .
2018-04-19 13:24:53 +08:00
栽培者
fbc0077053
增加自动安装参数
2018-04-10 21:49:25 +08:00
ronggang
09b0a9683b
调整脚本参数
2018-04-10 17:12:05 +08:00
栽培者
595ab877dc
测试tr目录
2018-04-09 23:18:18 +08:00
ronggang
4300392eb4
增加用户判断及master版本下载
2018-04-09 17:14:57 +08:00
ronggang
bdb24f66b7
替换查找Transmission进程的命令
2018-04-08 17:12:15 +08:00
ronggang
3c28787083
更新安装脚本
2018-04-08 14:25:32 +08:00
ronggang
4ba8e307dd
Update install script
2018-04-08 11:30:11 +08:00
ronggang
fab6fca20c
更新中文安装脚本
2018-04-08 11:12:58 +08:00
ronggang
ce7c8c85c2
增加中文安装脚本
2018-04-04 12:02:22 +08:00
栽培者
7796dd6963
更新脚本,使用TRANSMISSION_WEB_HOME时,重新设置权限。
2018-03-29 21:26:51 +08:00
ronggang
1b300c4436
更新安装脚本 #167
2018-03-29 17:12:01 +08:00
ronggang
88f16d1f4e
更新至 v1.5.1
2018-03-28 15:47:48 +08:00
栽培者
cd2d4f78e8
更新至 1.5.0 beta
2018-03-12 20:29:01 +08:00
栽培者
d9c0bcdf32
删除老版本的安装脚本及安装包
2018-03-12 20:28:03 +08:00
栽培者
a14fb540de
安装脚本添加目录参数
2018-03-04 22:38:33 +08:00
ronggang
667366a10e
1.4.1 版本发布
2018-02-08 17:06:16 +08:00
ronggang
576901348a
Merge branch 'master' of github.com:ronggang/transmission-web-control
2018-02-08 17:04:48 +08:00
ronggang
417b67f835
1.4.1 版本发布
2018-02-08 17:01:52 +08:00
CoeusITE
8be6474290
Update install-tr-control.sh
...
设置 Debian 发行版的默认 ROOT_FOLDER 目录
2018-02-06 11:26:04 +08:00
CoeusITE
b6d7295f78
Update install-tr-control.sh
...
设置 Fedora 发行版的默认 ROOT_FOLDER 目录
2018-02-06 11:13:36 +08:00
栽培者
6028d412d7
1.4.0
...
1. 增加分享率颜色显示; Close #14
2. 增加 `trackers` 栏,用于显示当前服务器列表; Close #86
3. 增加 `保存目录` 栏;
4. 恢复检测更新代码;
5. 增加 Changelog.md;
2017-11-08 17:10:21 +08:00
栽培者
9b0604e301
修复一些BUG,及增加新的安装脚本
...
1. 修复 #94 中移动UI文字内容显示问题;Fixed #94 Close #92
2. 修复因Cookie引起的界面无法正常显示的问题;Fixed #83
3. 删除Cookie依赖;
4. 增加新的安装脚本及更新方式。
2017-10-15 21:48:42 +08:00
DarkAlexWang
24bfd070f4
Updated mobile UI
2017-09-29 11:57:31 -04:00
DarkAlexWang
b37109413a
Updated cache control, replaced clientDevice.js with ua-parser.js, updated jquery mobile version to 1.4.5
2017-06-08 22:05:17 -04:00
DarkAlexWang
7dd974e5c9
replaced the tar ball
2017-06-07 13:01:43 -04:00
DarkAlexWang
2bd86d8580
fixed #90 by adding icon images
2017-06-07 12:56:36 -04:00
DarkAlexWang
ef689d6ae1
replace favicon with no white boarder
2017-06-06 22:54:13 -04:00
DarkAlexWang
3e7111e2e0
merged balonik pump easyui 1.5.2
2017-06-06 22:21:31 -04:00
DarkAlexWang
743dea4685
Fixed cookie's pagelist
2017-05-23 17:21:09 -04:00
DarkAlexWang
573c44364d
merge balonik's fix for total size shown in tree and basic pagination ui option +folders
2017-05-22 23:08:17 -04:00
DarkAlexWang
9846e41725
merge balonik's fixing issues with Folders Dictionary
2017-05-19 11:22:12 -04:00
DarkAlexWang
62d43662c9
Fixed add torrent settings and Disk cache size menu size
2017-05-12 10:53:16 -04:00