Last active
May 30, 2018 21:57
-
-
Save geoffjay/ddd556373cc506345877bd5701c6dfac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo dnf -y install https://dl.folkswithhats.org/fedora/$(rpm -E %fedora)/RPMS/fedy-release.rpm | |
sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf -y install fedy | |
cd /tmp | |
git clone https://github.com/coanda/dactl.plugin | |
git clone https://github.com/coanda/dactl-mcc.plugin | |
sudo cp -R dactl.plugin /usr/share/fedy/plugins/ | |
sudo cp -R dactl-mcc.plugin /usr/share/fedy/plugins/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment