Files
screencfg/update-pkgbuild.sh

10 lines
212 B
Bash
Raw Permalink Normal View History

2024-11-10 15:55:06 +01:00
#!/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