mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
6 lines
151 B
Bash
6 lines
151 B
Bash
#!/bin/bash
|
|
|
|
sudo dnf config-manager --enable rpmfusion-nonfree
|
|
sudo dnf config-manager --enable rpmfusion-nonfree-updates
|
|
sudo dnf install -y discord
|