Skip to content

Tags: arakasi72/rtinst

Tags

v1.8.20

Toggle v1.8.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #605 from kerin444/patch-1 Update for Ubuntu 22.04

v1.8.19

Toggle v1.8.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #596 from thekaleidoscope/make-rtletsencrypt-idemp… …otent Update rtletsencrypt - add -f to make the ln command idempotent

v1.8.18

Toggle v1.8.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #593 from arakasi72/develop Develop

v1.8.17

Toggle v1.8.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update rtinst 

v1.8.16

Toggle v1.8.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #558 from ashura82/patch-1 Update rtletsencrypt

v1.8.15

Toggle v1.8.15's commit message

Unverified

This user has not yet uploaded their public signing key.
Update rtupdate - Typo 

v1.8.14

Toggle v1.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update rtletsencrypt to use snapd for certbot Solves Issue: #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.12.1

Toggle v1.8.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update rtinst - add '-y' to aptitude upgrade 

v1.8.13

Toggle v1.8.13's commit message

Unverified

This user has not yet uploaded their public signing key.
Use Aptitude to install packages 

1.8.12

Toggle 1.8.12's commit message

Unverified

This user has not yet uploaded their public signing key.
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 #518 and #522.