script not needed anymore

xkb
sezanzeb 4 years ago committed by sezanzeb
parent c7a9e44759
commit 1e10f0bd35

@ -1,13 +0,0 @@
#!/usr/bin/env bash
# in case setup.py does nothing instead of something.
# call via `./scripts/build.sh`
# try both ways of installation
sudo pip3 install .
sudo python3 setup.py install
# copy crucial files
sudo cp bin/* /usr/bin/ -r
sudo mkdir /usr/share/key-mapper
sudo cp data/* /usr/share/key-mapper -r
Loading…
Cancel
Save