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,12 +10,9 @@ if [ ! -f "$FILE" ]; then
es*)
rsync -a /usr/share/mabox/lang/es/ $HOME/
;;
en*)
*)
rsync -a /usr/share/mabox/lang/en/ $HOME/
;;
*)
exit 0
;;
esac
touch $HOME/.config/mabox/.lang
fi