You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osync/packaging/ARCH/update-osync-pkg.sh

12 lines
236 B
Bash

#!/bin/bash
git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur
cd "osync.aur" &&
../makepkg -c &&
rm -rf osync* &&
../mksrcinfo &&
git push origin master &&
cd .. &&
rm -rf "osync.aur" &&
echo "Package updated successfully"