windvn/mods/ksuperkey/data/chroot
2022-08-22 11:12:21 +02:00

7 lines
191 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