aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-09-30 21:35:05 +0200
committerneodarz <neodarz@neodarz.net>2018-09-30 21:35:05 +0200
commitfe7fcc3b1722c6db70c235c3656c121ea2a7ff3b (patch)
treedc2cf55f72d0c2f9cedc74eaf6709bad22a24ed4
parentf6c8ab460f93ddf9457b90f11ab557e1729c5c2b (diff)
downloadwaveshare-7inch-touchscreen-driver-master.tar.xz
waveshare-7inch-touchscreen-driver-master.zip
Add packages for archlinuxHEADmaster
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index f5cbd0a..1061ec8 100644
--- a/install.sh
+++ b/install.sh
@@ -10,6 +10,7 @@ check_ver_lte() {
chmod +x *.sh *.py
sudo patch -b /boot/config.txt 7inch.patch
sudo apt-get install -y python3-pip libudev-dev
+# sudo pacman -S python python-pip libudev0 gcc
sudo pip-3.2 install python-uinput pyudev
#if pip-3.2 can't be found, please use pip3
#sudo pip3 install python-uinput pyudev