diff --git a/scripts/push-to-aur.bash b/scripts/push-to-aur.bash index 418a247..acb40a8 100755 --- a/scripts/push-to-aur.bash +++ b/scripts/push-to-aur.bash @@ -36,7 +36,7 @@ su "$USR" -c "makepkg --printsrcinfo" >.SRCINFO chown -R "$USR":"$USR" .SRCINFO # Push changes -# mygit config --global --add safe.directory "$USR_HOME"/"$AUR_PKG" -# mygit add .SRCINFO PKGBUILD -# mygit commit -m "Bump to $PKG_VERSION" -# mygit push origin master +mygit config --global --add safe.directory "$USR_HOME"/"$AUR_PKG" +mygit add .SRCINFO PKGBUILD +mygit commit -m "Bump to $PKG_VERSION" +mygit push origin master