diff --git a/install.sh b/install.sh index da8b3cf..044ac75 100755 --- a/install.sh +++ b/install.sh @@ -9,9 +9,10 @@ echo "installer has to run as root / with sudo" exit fi -cp jka-toolkit/{apw,jkazip} /usr/bin/ +cp jka-toolkit/{apw,jkazip,gitd} /usr/bin/ chmod +x /usr/bin/apw chmod +x /usr/bin/jkazip +chmod +x /usr/bin/gitd #Languages cp jka-toolkit/i18n/apw/es.mo /usr/share/locale/es/LC_MESSAGES/apw.mo cp jka-toolkit/i18n/jkazip/es.mo /usr/share/locale/es/LC_MESSAGES/jkazip.mo diff --git a/jka-toolkit/gitd b/jka-toolkit/gitd index 9af3c5d..a521765 100755 --- a/jka-toolkit/gitd +++ b/jka-toolkit/gitd @@ -26,5 +26,6 @@ case $gitopt in done git checkout $gitbmerge git merge $gitbusing + git push ;; esac \ No newline at end of file