Initial commit
This commit is contained in:
14
install.sh
Executable file
14
install.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user