Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit fad121a

Browse files
committed
⬆️ [REL] 2.2.18 - Update dependencies, add packagecloud
1 parent 13d7fe1 commit fad121a

File tree

3 files changed

+13
-24
lines changed

3 files changed

+13
-24
lines changed

.github/packagecloud.png

6.08 KB
Loading

README.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Discord Rich Presence for web services!
2323
- **[Portable AppImage](#appimage)** (_RECOMMENDED_)
2424
- [Installation instructions](#appimageinstall)
2525
- [Additional notes](#appimagenotes)
26-
- **Red Hat Enterprise Linux (RHEL) based distributions** (soon, use [this](#appimage) for now)
27-
- **Debian and Ubuntu based distributions** (soon, use [this](#appimage) for now)
26+
- [**Red Hat Enterprise Linux (RHEL) based distributions**](#packagecloud)
27+
- [**Debian and Ubuntu based distributions**](#packagecloud)
2828
- **Arch Linux based distributions** (soon, use [this](#appimage) for now)
2929
- **[Gentoo Linux](#gentoo)**
3030
- [Installation instructions](#gentooinstall)
@@ -130,34 +130,23 @@ wget https://github.com/PreMiD/Linux/releases/latest/download/PreMiD-Portable.Ap
130130

131131
Either if you want to try PreMiD or just don't want to install it, this one's the best, it's always up to date but _DOESN'T AUTO-START WITH THE SYSTEM!_</br>If you get tired of having to open it each time, use the other packages (according to your distribution).
132132

133-
<img src=".github/gentoo.svg" width="100" height="100" align="right"></img>
134-
<a name="gentoo"></a>
133+
<img src=".github/packagecloud.png" width="100"height ="100" align="right"></img>
134+
<a name="packagecloud"></a>
135135

136-
## Gentoo Linux
136+
# PackageCloud
137137

138-
Same applies to its derivatives, such as ColverOS, Clip-OS, Sabayon, Bicom Systems PBXware, [etc](https://wiki.gentoo.org/wiki/Distributions_based_on_Gentoo#Active_projects).
138+
We released deb/rpm packages at our packagecloud repo. Please visit it at https://packagecloud.io/PreMiD/Linux and download your deb/rpm package or use automatic script.
139139

140-
<a name="gentooinstall"></a>
141-
142-
### Installation instructions
143-
144-
```bash
145-
# Add the overlay using layman
146-
layman -S && layman -a apriluwu
147-
```
140+
For **Ubuntu/Debian** repo:
148141

149142
```bash
150-
# Install via portage
151-
emerge -av app-misc/premid
143+
curl -s https://packagecloud.io/install/repositories/PreMiD/Linux/script.deb.sh | sudo bash
152144
```
153145

154-
<a name="gentoonotes"></a>
155-
156-
### Additional notes
157-
158-
The shown install command uses layman, it is in the official repositories through `app-portage/layman`.<br>
159-
To get updates you will have to sync the overlay from time to time, you can do this with
146+
For **Fedora/CentOS/RedHat**:
160147

161148
```bash
162-
layman -S
149+
curl -s https://packagecloud.io/install/repositories/PreMiD/Linux/script.rpm.sh | sudo bash
163150
```
151+
152+
If command doesn't work, download **deb/rpm** file from our packagecloud repo or override settings.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "PreMiD",
44
"author": "Florian 'Timeraa' Metz <me@timeraa.dev> (https://github.com/timeraa)",
55
"description": "Discord Rich Presence for web services",
6-
"version": "2.2.17",
6+
"version": "2.2.18",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/PreMiD/Linux.git"

0 commit comments

Comments
 (0)