mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-01-01 02:26:23 -05:00
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
#!/bin/bash
|
|
|
|
sudo dnf config-manager --enable rpmfusion-nonfree
|
|
sudo dnf config-manager --enable rpmfusion-nonfree-updates
|
|
sudo dnf install -y discord
|