mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-21 05:58:48 -05:00
support args to push.sh
This commit is contained in:
parent
e5abdef1d3
commit
dba39a1d08
2
push.sh
2
push.sh
@ -7,4 +7,4 @@ cp -a /etc/pacman.conf /etc/pacman.d/mirrorlist ./
|
||||
gpg -v pacman.conf.sig 2>/dev/null || (rm -f pacman.conf.sig; gpg -u 'ECB9B8CBAAC68C03!' -b pacman.conf)
|
||||
gpg -v mirrorlist.sig 2>/dev/null || (rm -f mirrorlist.sig; gpg -u 'ECB9B8CBAAC68C03!' -b mirrorlist)
|
||||
|
||||
rsync -av --stats --progress --delete ./ root@mytorrentflux:/pacman/aur/
|
||||
rsync -av --stats --progress --delete ./ root@mytorrentflux:/pacman/aur/ "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user