1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-16 10:01:33 +01:00

install.sh

This commit is contained in:
kprkpr
2016-06-16 12:57:58 +02:00
parent 47ade187df
commit a60f04a67c
2 changed files with 3 additions and 1 deletions

View File

@@ -9,9 +9,10 @@ echo "installer has to run as root / with sudo"
exit exit
fi 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/apw
chmod +x /usr/bin/jkazip chmod +x /usr/bin/jkazip
chmod +x /usr/bin/gitd
#Languages #Languages
cp jka-toolkit/i18n/apw/es.mo /usr/share/locale/es/LC_MESSAGES/apw.mo 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 cp jka-toolkit/i18n/jkazip/es.mo /usr/share/locale/es/LC_MESSAGES/jkazip.mo

View File

@@ -26,5 +26,6 @@ case $gitopt in
done done
git checkout $gitbmerge git checkout $gitbmerge
git merge $gitbusing git merge $gitbusing
git push
;; ;;
esac esac