update packages to match blendos-configs
This commit is contained in:
parent
9ca198abab
commit
555219ffa4
4 changed files with 14 additions and 8 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if [ $(whoami) == "root" ]; then
|
||||
echo "Run as a normal user, not root"
|
||||
exit 1
|
||||
|
@ -14,9 +12,11 @@ if command_exists "apt-get"; then
|
|||
sudo apt-get install kitty -y
|
||||
echo "Please install SchildiChat, nvim/neovim"
|
||||
elif command_exists "dnf"; then
|
||||
sudo dnf 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 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-utils hyfetch fastfetch nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop -y
|
||||
sudo dnf 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 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-utils hyfetch fastfetch nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop minetest fuse-sshfs syncthing nasm sysstat -y
|
||||
sudo dnf install ffmpeg --allowerasing
|
||||
|
||||
sudo systemctl enable --now syncthing@askiiart
|
||||
|
||||
sudo dnf copr enable wezfurlong/wezterm-nightly
|
||||
sudo dnf install wezterm
|
||||
|
||||
|
@ -24,9 +24,14 @@ elif command_exists "dnf"; then
|
|||
# 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 ' ')
|
||||
|
||||
# Install Prism Launcher
|
||||
sudo dnf copr enable g3tchoo/prismlauncher
|
||||
sudo dnf install prismlauncher-qt5
|
||||
# Install FjordLauncherUnlocked
|
||||
mkdir ~/Applications
|
||||
cd ~/Applications
|
||||
curl -LO $(curl -s https://api.github.com/repos/hero-persson/FjordLauncherUnlocked/releases/latest | grep "browser_download_url.*FjordLauncher-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
|
||||
|
||||
# Install DwarFS
|
||||
sudo dnf copr enable jc141/DwarFS
|
||||
sudo dnf install dwarfs
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue