7 lines
191 B
Bash
Executable File
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 |