forked from atelier-ritz/CoilSystemPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoInstall.sh
More file actions
executable file
·31 lines (29 loc) · 849 Bytes
/
autoInstall.sh
File metadata and controls
executable file
·31 lines (29 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
apt-get update
apt-get -y upgrade
apt-get install -y python3-pip
pip3 install "opencv-python<4.2"
pip3 install opencv-contrib-python
pip3 install numpy
pip3 install matplotlib
pip3 install pyqt5
apt-get install qttools5-dev-tools
apt-get install coriander
# printf '\e[48;5;88m ACTION REQUIRED BELOW \n'
# read -n 1 -p "Press enter to install s826 driver..." mainmenuinput
# printf '\e[48;5;0m'
# cd $(pwd)/s826
# make modules
# make install
# modprobe s826
# dmesg
# printf '\e[48;5;88m ACTION REQUIRED BELOW \n'
# read -n 1 -p "->check above for verification, then press Enter..." mainmenuinput
# printf '\e[48;5;0m'
# cd -
# printf '\e[48;5;88m ACTION REQUIRED BELOW \n'
# read -n 1 -p "Press enter to install pydc1394 (firewire camera)..." mainmenuinput
# printf '\e[48;5;0m'
# cd $(pwd)/pydc1394
# python3 setup.py install
# cd -