Skip to content

Instantly share code, notes, and snippets.

@opnchaudhary
Created January 24, 2019 03:56
Show Gist options
  • Save opnchaudhary/5c69cc0dea8e9e01b1ebbe53ff1df886 to your computer and use it in GitHub Desktop.
Save opnchaudhary/5c69cc0dea8e9e01b1ebbe53ff1df886 to your computer and use it in GitHub Desktop.
install yoaurt
#!/bin/bash
cd /tmp/ && git clone https://aur.archlinux.org/package-query.git
cd package-query && makepkg -si && cd /tmp/
git clone https://aur.archlinux.org/yaourt.git
cd yaourt && makepkg -si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment