1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-30 16:12:12 +00:00

1200 Commits

Author SHA1 Message Date
V33m
0a8b21b8f3 Verify if PPA is available for current distribution
Added checking to verify if current distribution (release name, ex. focal) has available PPA packages. If not, packages will be installed from Ubuntu Package archive.

Solves Issue https://github.com/arakasi72/rtinst/issues/518 and https://github.com/arakasi72/rtinst/issues/522.
1.8.12
2020-08-25 19:12:33 +02:00
V33m
c3cde97a74 Add fallback for fetching external ip (ipinfo.io)
If ipecho is down or the ISP is blocking it, there are no other ways to get external ip. Adding another fallback to ipinfo.io makes the issue that rtinst can't figure out the external ip less likely.

Issue: https://github.com/arakasi72/rtinst/issues/448
v1.8.11
2020-08-15 00:11:41 +02:00
V33m
18dd935f18 Add correct php version for Debian 11
Debian 11, codename bullseye, is currently using the same versions as Ubuntu 20.
2020-08-14 16:24:51 +02:00
V33m
6935c58e6a Add php-zip module for multi-torrent downloading
Solves the issue "PHP module 'zip' is not installed." when selecting two or more items with "Get .torrent". Issue: https://github.com/arakasi72/rtinst/issues/516
2020-08-13 10:55:22 +02:00
V33m
f9063b89d4 Update fetching latest ruTorrent release
Updates the method for how latest ruTorrent releases are found. Prior method sorted by name, which made suffixes such as -beta prioritised over stable (v3.10-beta over v3.10 etc.).
2020-07-05 10:34:31 +02:00
arakasi72
d2869bf416 Merge pull request #505 from V33m/patch-4
Update rutupgrade - Fetch latest release
v1.8.10
2020-07-04 18:09:40 +01:00
arakasi72
e6523c1956 Merge pull request #496 from V33m/patch-3
Fallback if lsb_release -si does not return Ubuntu, Debian or Raspbian
2020-07-04 18:08:58 +01:00
arakasi72
3df3171d5c Merge pull request #494 from V33m/patch-2
Add support for Ubuntu 20.04
2020-07-04 18:07:24 +01:00
V33m
227eb998f2 Update rutupgrade - Fetch latest release
Updates the method for how latest releases are found. Prior method sorted by name, which made suffixes such as -beta prioritised over stable (v3.10-beta over v3.10 etc.).
2020-07-02 19:01:41 +02:00
V33m
3613eae1d9 Fallback if lsb_release -si does not return Ubuntu, Debian or Raspbian
Adds a fallback if lsb_release -si returns anything else than Ubuntu, Debian or Raspbian.

Should solve https://github.com/arakasi72/rtinst/issues/495. Needs testing and confirmation.
2020-04-26 11:25:46 +02:00
V33m
6c5191a144 Add support for Ubuntu 20.04
I've removed the package "python-scgi" which is for python2, however, we need to figure out if any packages are dependent on it for older OSes and if we need a supplement to it for python3 and future releases. PS: I've not tested this by myself. 

https://github.com/arakasi72/rtinst/issues/493
2020-04-25 10:14:41 +02:00
arakasi72
eef6d04d9d Merge pull request #486 from KaffeMyers/master
fix autodl-irrsi url extract
v1.8.9
2020-03-31 09:42:34 +01:00
Simon "Kaffe" Wagemyr
bde4bb2492 small fix for safety (account for possible whitespace, which probably was the original issue) 2020-03-31 04:01:42 +02:00
Simon "Kaffe" Wagemyr
e7679d897b fix autodl-irrsi url extract 2020-03-31 03:46:13 +02:00
arakasi72
ba2a315b37 Update rtinst 2019-12-18 16:41:57 +00:00
arakasi72
a0be8c3278 Update rtinst v1.8.8 2019-12-18 16:31:45 +00:00
arakasi72
16d2f1d310 Update rtinst v1.8.7 2019-11-21 03:42:23 +00:00
arakasi72
11ff99f684 Update rtupdate 2019-11-20 20:05:49 +00:00
arakasi72
6def26dc46 Update rtinst 2019-11-20 20:05:20 +00:00
arakasi72
ff43cb7ccf Update rtupdate 2019-11-20 19:49:05 +00:00
arakasi72
1d8116d622 Update rtinst 2019-11-20 19:45:33 +00:00
arakasi72
c38c565211 Update rtinst 2019-11-18 23:06:48 +00:00
arakasi72
15dd6d5b19 Update rtinst 2019-11-18 23:05:22 +00:00
arakasi72
e4bfaf4322 Update rtinst 2019-10-24 08:24:02 +01:00
arakasi72
30ac8a1efb Update rtinst 2019-10-22 09:48:03 +01:00
arakasi72
658e2d3937 Update rtinst 2019-10-18 23:50:56 +01:00
arakasi72
f885123bab Update rtsetup 2019-10-18 23:48:06 +01:00
arakasi72
24b3ca1d44 Update rtinst 2019-10-16 10:16:34 +01:00
arakasi72
c094ea145e Merge pull request #447 from V33m/patch-3
Minor update to rtinst for arm64
2019-10-15 22:51:24 +01:00
V33m
0da4c80b62 Minor update to rtinst for arm64
Add “-y” so the user doesn't need to agree to continue to install the package which is needed for arm64 devices
2019-10-15 23:21:33 +02:00
arakasi72
2068d3a45c Update rtupdate 2019-10-06 20:25:38 +01:00
arakasi72
f8eea44834 Merge pull request #443 from V33m/patch-2
[rtupdate] Adds fallback for lsb_release
2019-10-06 20:22:40 +01:00
V33m
2cb8ba306d Use defined relno variable
Fixes
/usr/local/bin/rtupdate: line 37: [: =: unary operator expected
2019-10-06 15:13:44 +02:00
V33m
c96e68e2b5 [rtupdate] Adds fallback for lsb_release
As (lsb_release -si) or (lsb_release -sr | cut -d. -f1) might not return any name or value, one should add a fallback to prevent the script from not finding the proper OS name or version ID.
2019-10-06 14:40:14 +02:00
arakasi72
e32810d684 Update README.md 2019-09-18 23:20:28 +01:00
arakasi72
72291ecd6f Update README.md 2019-09-18 23:20:07 +01:00
arakasi72
b802e761ae Update README.md 2019-09-18 23:19:19 +01:00
arakasi72
64e998b2de Update rtletsencrypt v1.8.6 2019-09-18 14:22:04 +01:00
arakasi72
bfee5f27fe Merge pull request #432 from V33m/patch-1
Fixes issues #246 and #431
v1.8.5
2019-09-12 21:44:33 +01:00
V33m
2f7ad34e5b [arm64] Fixes "WARNING: Unable to start rtorrent"
If the package libxmlrpc-core-c3-dev is not installed on an arm64 system, rTorrent won't be able to run and you'll get the following error - WARNING: Unable to start rtorrent

Fixes the issue: https://github.com/arakasi72/rtinst/issues/246
2019-09-11 11:45:37 +02:00
V33m
0652fe19eb Adds fallback to lsb_release if output is empty
As (lsb_release -si) or (lsb_release -sr | cut -d. -f1) might not return any name or value, one should add a fallback to prevent the script from not finding the proper OS name or version ID. 

Fixes the issue: https://github.com/arakasi72/rtinst/issues/431
2019-09-11 11:36:02 +02:00
arakasi72
90072e5226 Update rtinst 2019-09-09 00:50:10 +01:00
arakasi72
ab34ec9fd4 Update nginxsite 2019-09-02 22:26:14 +01:00
arakasi72
4ca8cbc9a4 Update rtinst 2019-08-12 22:38:59 +01:00
arakasi72
2dd915d800 Update README.md 2019-08-10 00:30:31 +01:00
arakasi72
2ecf699e9d Update rtwebmin 2019-08-08 08:43:44 +01:00
arakasi72
3b2b6789a2 Develop (#424)
* Update rtinst

* Update rtinst

* Update rtinst

* Update rtorrent.rc

* Update rtadduser

* Update rtadduser

* Update rtadduser

* Update rtadduser

* Update rtadduser

* Update rtadduser

* Update rtadduser

* Update rtletsencrypt
v1.8.4
2019-08-07 19:00:54 +01:00
arakasi72
bb7e6bf87b Update nginxsite v1.8.3 2019-08-04 15:14:45 +01:00
arakasi72
2d2d1dff59 Update rtinst 2019-08-04 13:43:22 +01:00
arakasi72
1f2a1b1f29 Update rtsslcert 2019-08-04 13:34:52 +01:00