mabox-langfiles fix

master
Daniel Napora 2021-05-26 14:00:26 +02:00
parent e84af0d5db
commit 84e11de32b
1 changed files with 1 additions and 4 deletions

View File

@ -10,11 +10,8 @@ if [ ! -f "$FILE" ]; then
es*) es*)
rsync -a /usr/share/mabox/lang/es/ $HOME/ rsync -a /usr/share/mabox/lang/es/ $HOME/
;; ;;
en*)
rsync -a /usr/share/mabox/lang/en/ $HOME/
;;
*) *)
exit 0 rsync -a /usr/share/mabox/lang/en/ $HOME/
;; ;;
esac esac
touch $HOME/.config/mabox/.lang touch $HOME/.config/mabox/.lang