Created
June 22, 2015 23:06
-
-
Save abbotto/07654561a756f605d763 to your computer and use it in GitHub Desktop.
Antergos LiveCD - Fix Cnchi
This file contains hidden or 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
| #!/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