install polycat
This commit is contained in:
parent
7d072df618
commit
20daf228ff
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ elif command_exists "dnf"; then
|
||||||
|
|
||||||
# Install schildichat-desktop
|
# Install schildichat-desktop
|
||||||
# should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though
|
# should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though
|
||||||
sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ')
|
#sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ')
|
||||||
|
|
||||||
### Install AppImages ###
|
### Install AppImages ###
|
||||||
# Install FjordLauncherUnlocked
|
# Install FjordLauncherUnlocked
|
||||||
|
@ -37,6 +37,10 @@ elif command_exists "dnf"; then
|
||||||
sudo dnf install dwarfs
|
sudo dnf install dwarfs
|
||||||
|
|
||||||
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
|
||||||
|
# Add my repo
|
||||||
|
sudo dnf config-manager addrepo --from-repofile 'https://askiiart.net/repos/fedora/x86_64/askiiart.repo'
|
||||||
|
sudo dnf install polycat -y
|
||||||
elif command_exists "rpm-ostree"; then
|
elif command_exists "rpm-ostree"; then
|
||||||
rpm-ostree install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup clippy p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 -y --allow-inactive
|
rpm-ostree install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup clippy p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 -y --allow-inactive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue