update packages to match blendos-configs
This commit is contained in:
parent
9ca198abab
commit
555219ffa4
4 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue