5 lines
115 B
Bash
Executable File
5 lines
115 B
Bash
Executable File
git remote add aur https://aur.archlinux.org/REPO_NAME.git
|
|
git fetch aur
|
|
git merge -X theirs --no-edit aur/master
|
|
|