Skip to content

Commit

Permalink
Install prereq before running
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Feb 27, 2024
1 parent 8fdf424 commit fd41e9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/install-prereq.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

echo 'deb http://download.opensuse.org/repositories/home:/phiwag:/edatools/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:phiwag:edatools.list
curl -fsSL https://download.opensuse.org/repositories/home:phiwag:edatools/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_phiwag_edatools.gpg > /dev/null

sudo apt update
sudo apt install device-tree-compiler libfl-dev help2man

0 comments on commit fd41e9e

Please sign in to comment.