misc fixes
This commit is contained in:
parent
e7cc34f8c9
commit
1626bb144a
3 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ 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 minetest fuse-sshfs syncthing nasm sysstat -y
|
||||
sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup 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
|
||||
|
|
|
@ -11,6 +11,7 @@ if command_exists "yum"; then
|
|||
fish -c "rustup-init"
|
||||
|
||||
fish -c "cargo install cavif"
|
||||
sudo dnf remove rust -y
|
||||
elif command_exists "rpm-ostree"; then
|
||||
sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo
|
||||
rpm-ostree install rustup -y
|
||||
|
|
|
@ -21,7 +21,6 @@ elif command_exists "dnf"; then
|
|||
AppImageLauncherSettings &
|
||||
sleep 5
|
||||
kill $(pidof AppImageLauncherSettings)
|
||||
sudo dnf install gperftools-libs-2.14-3.fc40.i686
|
||||
elif command_exists "rpm-ostree"; then
|
||||
rpm-ostree install steam -y
|
||||
rpm-ostree install qt5-qtbase-gui -y
|
||||
|
|
Loading…
Reference in a new issue