Add pkgbuild push script
This commit is contained in:
9
update-pkgbuild.sh
Executable file
9
update-pkgbuild.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if ! git remote | grep -q ^aur$ ; then
|
||||
git remote add aur ssh://aur@aur.archlinux.org/screencfg-git.git
|
||||
fi
|
||||
|
||||
git subtree push --prefix pkg/arch/screencfg-git aur master
|
||||
|
||||
git remote rm aur
|
||||
Reference in New Issue
Block a user