mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
9 lines
191 B
Bash
9 lines
191 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
sudo apt install -y ibus ibus-m17n m17n-db xfonts-intl-arabic
|
||
|
|
im-config -n ibus
|
||
|
|
|
||
|
|
printf "\e[1;32mlog out and log back in to apply the changes and then run (ibus-setup)\e[0m\n"
|
||
|
|
|
||
|
|
|