Skip to content

Instantly share code, notes, and snippets.

@geoffjay
Last active May 30, 2018 21:57
Show Gist options
  • Save geoffjay/ddd556373cc506345877bd5701c6dfac to your computer and use it in GitHub Desktop.
Save geoffjay/ddd556373cc506345877bd5701c6dfac to your computer and use it in GitHub Desktop.
#!/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