fix cavif being compiled locally (not installed via dnf)
This commit is contained in:
parent
c3d8ac36ce
commit
b3ffddb98f
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,7 @@ if command_exists "apt-get"; then
|
||||||
sudo apt-get install kitty -y
|
sudo apt-get install kitty -y
|
||||||
echo "Please install SchildiChat, nvim/neovim"
|
echo "Please install SchildiChat, nvim/neovim"
|
||||||
elif command_exists "dnf"; then
|
elif command_exists "dnf"; then
|
||||||
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 openshot HandBrake HandBrake-gui electrum feather obs-studio fuse-libs pandoc wtype fedora-packager rpmdevtools createrepo_c iotop igt-gpu-tools power-profiles-daemon solaar -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 openshot HandBrake HandBrake-gui electrum feather obs-studio fuse-libs pandoc wtype fedora-packager rpmdevtools createrepo_c iotop igt-gpu-tools power-profiles-daemon solaar cavif -y
|
||||||
sudo dnf install ffmpeg --allowerasing
|
sudo dnf install ffmpeg --allowerasing
|
||||||
|
|
||||||
sudo systemctl enable --now syncthing@askiiart
|
sudo systemctl enable --now syncthing@askiiart
|
||||||
|
|
|
@ -7,10 +7,9 @@ fi
|
||||||
command_exists() { type "$1" &>/dev/null; }
|
command_exists() { type "$1" &>/dev/null; }
|
||||||
|
|
||||||
if command_exists "yum"; then
|
if command_exists "yum"; then
|
||||||
sudo dnf install rustup -y
|
sudo dnf install rustup gcc -y
|
||||||
fish -c "rustup-init"
|
fish -c "rustup-init"
|
||||||
|
|
||||||
fish -c "cargo install cavif"
|
|
||||||
sudo dnf remove rust -y
|
sudo dnf remove rust -y
|
||||||
elif command_exists "rpm-ostree"; then
|
elif command_exists "rpm-ostree"; then
|
||||||
sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo
|
sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue