windvn/mods/ksuperkey/data/chroot
2022-08-23 13:05:56 +02:00

9 lines
214 B
Bash
Executable File

#!/bin/bash
set +e
apt -y install git pkg-config build-essential libx11-dev libxtst-dev
git clone https://github.com/hanschen/ksuperkey
cd ksuperkey
make
mv ksuperkey /usr/local/bin/ksuperkey
cd ..
rm -rf ksuperkey