File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1212 "news" : {
1313 "NEWS.md" : " 10960"
1414 },
15- "version" : 7
15+ "version" : 8
1616}
Original file line number Diff line number Diff line change @@ -190,6 +190,34 @@ function havoc() {
190190 sudo mv QGroundControl.AppImage /usr/bin/QGroundControl
191191 sudo chmod u+x /usr/bin/QGroundControl
192192 fi
193+
194+ INFO " Installing drivers"
195+ sudo add-apt-repository -y --remove ppa:oem-solutions-group/intel-ipu6
196+ sudo add-apt-repository -y --remove ppa:oem-solutions-group/intel-ipu7
197+ sudo add-apt-repository ppa:oem-solutions-engineers/oem-projects-meta
198+
199+ sudo apt autopurge -y oem-* -meta libia-* libgcss* libipu* libcamhal*
200+ sudo apt autopurge -y lib* ipu6*
201+ sudo apt autopurge -y lib* ipu7*
202+
203+ apt_install \
204+ ubuntu-oem-keyring
205+ sudo add-apt-repository -y " deb http://dell.archive.canonical.com/ noble somerville"
206+ apt_update
207+ apt_install \
208+ oem-somerville-magmar-meta \
209+ libcamhal0
210+ apt_install \
211+ intel-ipu6-dkms \
212+ linux-generic-hwe-24.04 \
213+ linux-modules-ipu6-generic-hwe-24.04 \
214+ linux-modules-usbio-generic-hwe-24.04 \
215+ oem-somerville-magmar-meta \
216+ oem-somerville-tentacool-meta
217+ sudo apt-get autoclean
218+ sudo apt-get autoremove
219+
220+ sudo usermod -a -G video " $USER "
193221}
194222
195223for choice in $choices ; do
You can’t perform that action at this time.
0 commit comments