Skip to content

Commit

Permalink
ci: Disable key check for edatools install
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Sep 26, 2024
1 parent be205b6 commit 99583fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/install-prereq.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/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
Expand Down

0 comments on commit 99583fa

Please sign in to comment.