tamir_lxqt_guncelleme

This commit is contained in:
milisarge 2017-04-04 23:52:24 +03:00
parent c379215703
commit a3729ee1f7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
masa=lxqt
if [ "`cat ~/.xinitrc | grep $masa`" ]; then
if [ -d /opt/lxqt-turkce ]; then
cd /opt/lxqt-turkce && git pull
cd /opt/lxqt-turkce && git pull -q && echo "git guncellemesi yapıldı."
else
git clone https://github.com/yasarciv/LXQt-Turkce /opt/lxqt-turkce
fi