update install.sh script

This commit is contained in:
Alex Bezdieniezhnykh
2024-10-16 17:10:33 +03:00
parent b23d1639ae
commit 6e4b0f40ef
2 changed files with 6 additions and 6 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
# System # update, install sublime, wget, git, vlc
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg > /dev/null
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update sudo apt update
sudo apt upgrade sudo apt upgrade
sudo apt install -y wget git sudo apt install -y wget git vlc sublime-text
# Move/resize windows with Alt + mouse left/right # Move/resize windows with Alt + mouse left/right
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>' gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>'
+2 -4
View File
@@ -1,5 +1,4 @@
# Install proper ssh key into your github acc, you should have an access # Install proper ssh key into your github acc, you should have access to this repo https://github.com/azaion/autopilot
# to this repo https://github.com/azaion/autopilot
# ONNX runtime # ONNX runtime
wget https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-1.18.0.tgz wget https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-1.18.0.tgz
@@ -13,7 +12,7 @@ mkdir mediamtx
tar xf mediamtx_v1.9.1_linux_arm64v8.tar.gz -C mediamtx tar xf mediamtx_v1.9.1_linux_arm64v8.tar.gz -C mediamtx
rm mediamtx_v1.9.1_linux_arm64v8.tar.gz rm mediamtx_v1.9.1_linux_arm64v8.tar.gz
# autopilot's ai player's libs and tools # openCV & autopilot
sudo apt install -y qmake6 sudo apt install -y qmake6
sudo apt install -y libopencv-highgui-dev libopencv-video-dev libopencv-imgproc-dev libopencv-dev librga-dev libstb-dev libturbojpeg0-dev libqt6serialport6-dev sudo apt install -y libopencv-highgui-dev libopencv-video-dev libopencv-imgproc-dev libopencv-dev librga-dev libstb-dev libturbojpeg0-dev libqt6serialport6-dev
@@ -25,7 +24,6 @@ sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/he
sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/heads/master/rknpu2/runtime/Linux/librknn_api/include/rknn_custom_op.h -P /usr/local/include sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/heads/master/rknpu2/runtime/Linux/librknn_api/include/rknn_custom_op.h -P /usr/local/include
sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/heads/master/rknpu2/runtime/Linux/librknn_api/include/rknn_matmul_api.h -P /usr/local/include sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/heads/master/rknpu2/runtime/Linux/librknn_api/include/rknn_matmul_api.h -P /usr/local/include
# autopilot's ai player
git clone https://github.com/azaion/autopilot git clone https://github.com/azaion/autopilot
cd ~/autopilot/misc/rtsp_ai_player cd ~/autopilot/misc/rtsp_ai_player
mkdir build mkdir build