15 lines
456 B
Bash
Executable File
15 lines
456 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sudo apt update && apt install -y fcitx5 fcitx5-configtool fcitx5-frontend-qt5 fcitx5-frontend-qt6 fcitx5-frontend-gtk3 fcitx5-frontend-gtk4 cmake extra-cmake-modules gcc git make build-essential libfcitx5core-dev fcitx5-modules-dev gettext git
|
|
|
|
git clone https://github.com/Maik-0000FF/schnelle-umlaute.git
|
|
|
|
patch schnelle-umlaute/addon/build.sh < build-ubuntu.patch
|
|
|
|
cd schnelle-umlaute/addon
|
|
|
|
./build.sh
|
|
|
|
cd build
|
|
|
|
sudo make install
|