update packages to match blendos-configs

This commit is contained in:
askiiart 2024-12-06 23:19:21 -06:00
parent 9ca198abab
commit 555219ffa4
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 14 additions and 8 deletions

View file

@ -9,6 +9,8 @@ command_exists() { type "$1" &>/dev/null; }
if command_exists "yum"; then
sudo dnf install rustup -y
fish -c "rustup-init"
fish -c "cargo install cavif"
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