pman-helper/push.sh

6 lines
130 B
Bash
Raw Permalink Normal View History

2024-09-30 12:05:49 +02:00
#!/usr/bin/env bash
git remote add aur ssh://aur@aur.archlinux.org/pman-helper.git
git push origin main
git push aur main:master