1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-29 15:44:06 +00:00

1225 Commits

Author SHA1 Message Date
arakasi72
7e57727b1f Merge pull request #585 from mahmood61/develop
Ubuntu 21 Support
2022-03-06 19:23:01 +00:00
mahmood61
fe45572921 ubuntu 21 fix 2021-10-10 00:45:02 -04:00
arakasi72
095db1ac33 Update README.md 2021-08-22 23:55:47 +01:00
arakasi72
5cee68c881 Merge pull request #581 from arakasi72/rtorrentnewloc
Rtorrentnewloc
2021-08-22 11:23:41 +01:00
arakasi72
f8d667c6e3 Update rtinst v1.8.17 2021-08-22 10:54:20 +01:00
arakasi72
9ffbf03938 Update rtupdate 2021-08-22 10:48:10 +01:00
arakasi72
9cf742a0fb Update rtupdate 2021-08-22 10:37:28 +01:00
arakasi72
d66db0d049 Update rtupdate 2021-08-22 10:32:06 +01:00
arakasi72
34833cb5e2 Update rtupdate 2021-08-22 10:26:41 +01:00
arakasi72
86c148966f Update rtupdate 2021-08-22 10:22:10 +01:00
arakasi72
61556b73ea Update rtupdate 2021-08-22 09:28:42 +01:00
arakasi72
67484c6813 Update rtupdate 2021-08-22 09:25:48 +01:00
arakasi72
627b5c25e9 Update rtinst 2021-08-22 09:10:21 +01:00
arakasi72
bf06620c85 Update rtinst 2021-08-22 09:06:44 +01:00
arakasi72
0d4ae9b317 Merge pull request #558 from ashura82/patch-1
Update rtletsencrypt
v1.8.16
2021-04-17 00:32:51 +01:00
ashura82
e13bc2b706 Update rtletsencrypt 2020-12-29 14:29:32 +01:00
V33m
f9615fe823 Update fallback for OS checking 2020-11-21 23:52:26 +01:00
V33m
14c270f096 Update rtupdate - Typo v1.8.15 2020-09-10 23:19:54 +02:00
V33m
5452c98799 Update rtupdate
Added fallback to svn when installing xmlrpc
2020-09-10 23:17:38 +02:00
V33m
016299230e Update rtletsencrypt
Should solve Issue: https://github.com/arakasi72/rtinst/issues/528
2020-09-10 23:09:25 +02:00
V33m
763d2efdeb Update rtletsencrypt to use snapd for certbot
Solves Issue: https://github.com/arakasi72/rtinst/issues/526.

Snapd is the recommended way to install certbot and it is a service that manages and maintains your snaps. A snap is a bundle of an app and its dependencies that works without modification across Linux distributions.
v1.8.14
2020-09-03 12:40:45 +02:00
V33m
1f1ec0ad3a Update rtinst - add '-y' to aptitude upgrade v1.8.12.1 2020-08-30 09:39:44 +02:00
V33m
b18b5718fe Update rtsetup
Use latest release instead of tag
2020-08-27 22:23:32 +02:00
V33m
deff019f56 Use Aptitude to install packages v1.8.13 2020-08-27 21:42:52 +02:00
V33m
11a019cd16 Update README.md v1.8.12 2020-08-25 19:20:53 +02:00
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