debian-z/optional/keyboard_layout.sh

9 lines
192 B
Bash
Raw Normal View History

2023-06-20 17:45:22 +01:00
#!/bin/bash
sudo apt install -y ibus ibus-m17n m17n-db xfonts-intl-arabic
im-config -n ibus
2023-06-25 17:39:59 +01:00
#printf "\e[1;32mlog out and log back in to apply the changes and then run (ibus-setup)\e[0m\n"
2023-06-20 17:45:22 +01:00