Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javinator9889/termius-ppa
A package manager that downloads the latest Termius .deb file available from official website - custom PPA for fast and easy installation
https://github.com/javinator9889/termius-ppa
beta deb ppa snap-store ssh termius termius-ppa ubuntu
Last synced: about 2 months ago
JSON representation
A package manager that downloads the latest Termius .deb file available from official website - custom PPA for fast and easy installation
- Host: GitHub
- URL: https://github.com/javinator9889/termius-ppa
- Owner: Javinator9889
- License: gpl-3.0
- Created: 2021-02-22T10:54:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T08:16:56.000Z (over 3 years ago)
- Last Synced: 2023-03-05T21:57:46.269Z (almost 2 years ago)
- Topics: beta, deb, ppa, snap-store, ssh, termius, termius-ppa, ubuntu
- Language: Python
- Homepage: https://blog.javinator9889.com/termius-ppa
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termius PPA
![Termius brand](https://assets.website-files.com/5c7036349b5477bf13f828cf/5cc7dff32d982e28cd8e99f3_termius_fb_logo.png)A package manager that downloads the latest Termius `.deb` file available from official website
# Installation
Full installation tutorial available at: https://blog.javinator9889.com/termius-ppa. The blog
is constantly updated and contains latest fixes (if any). Here is the same procedure but
not as much explanatory as the blog itself.* * *
## Motivation
[Termius](https://termius.com/) is the #1 cross-platform terminal for
Windows, macOS, Linus, iOS, and Android with built-in ssh client which
works as your own portable server management.Currently, Termius is available for downloading for all platforms but, in
Linux, it is only available for downloading as a raw .deb file or using
the Snap Store, without any official PPA. As some users are against the
Snap Store (due to its limitations, restrictions and policies), this
repository aims to provide an easy solution for all users who want to have
Termius installed and upgradeable.## How it works?
On the one hand, Termius is available for downloading from the official
website, using the following URL:
https://www.termius.com/download/linux/Termius.debWith that in mind, the file `lookup-server.py` just runs every fifteen
minutes and downloads the latest .deb file provided by that link. Then,
using the `reprepro` program, the PPA is updated and, if a new version is
available, served to the users.In that way, the PPA is always up-to-date (with a delay of at most 15
minutes), and the end-user can have the stable installation of Termius
(or beta one) in their computers.You can browse the repository at the following URL:
https://ppa.javinator9889.com## License
```
Termius PPA
Copyright (C) 2021 Javinator9889This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```