-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·35 lines (34 loc) · 815 Bytes
/
setup.sh
File metadata and controls
executable file
·35 lines (34 loc) · 815 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
32
33
34
35
#!/bin/bash
echo "Hyper Library Dynamic Integration Technology 2020";
echo "HL Engine Setup 2020 ";
wait
sudo apt-get update
wait
sudo apt-get install idle3
wait
sudo apt-get install python3-pip
wait
sudo apt-get install python-pyaudio python3-pyaudio
wait
sudo apt-get install python-gst-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools
wait
sudo apt-get install motion
wait
sudo apt-get install sox
wait
sudo apt-get install sox libsox-fmt-all
wait
sudo apt install libespeak1
wait
sudo apt-get install python3-pygame
wait
sudo apt-get install python3-bluez
wait
sudo apt-get install qttools5-dev-tools
wait
sudo apt-get install qttools5-dev
wait
python3 HLEngine_EnvironmentSetup.py &
wait
gif-for-cli "HL_Flags/updating_HLEngine.gif"
echo "HL Engine Installation 2020 [Completed] ";