Commit Graph

22 Commits

Author SHA1 Message Date
ronggang
f02a47aff2 feat: 安装脚本统一更新至 1.2.5 2024-04-09 08:43:42 +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
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
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
栽培者
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
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
栽培者
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
栽培者
a14fb540de 安装脚本添加目录参数 2018-03-04 22:38:33 +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
栽培者
9b0604e301 修复一些BUG,及增加新的安装脚本
1. 修复 #94 中移动UI文字内容显示问题;Fixed #94 Close #92
2. 修复因Cookie引起的界面无法正常显示的问题;Fixed #83
3. 删除Cookie依赖;
4. 增加新的安装脚本及更新方式。
2017-10-15 21:48:42 +08:00