Skip to content

Instantly share code, notes, and snippets.

@abbotto
Created June 22, 2015 23:06
Show Gist options
  • Select an option

  • Save abbotto/07654561a756f605d763 to your computer and use it in GitHub Desktop.

Select an option

Save abbotto/07654561a756f605d763 to your computer and use it in GitHub Desktop.
Antergos LiveCD - Fix Cnchi
#!/usr/bin/env bash
# Fix Cnchi on Antergos LiveCD (2015.06.22)
sudo pacman -S git && sudo rm -rf /usr/share/cnchi && git clone https://github.com/Antergos/cnchi --depth=1 && cd cnchi && ./run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment