Skip to content

Commit e708e75

Browse files
debian update repository to point towards production
1 parent 9de9828 commit e708e75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

debian/scripts/install-arduino-stuff.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
set -xe
44

5+
wget -N http://downloads.arduino.cc/keys/arduino.asc
6+
7+
adb push ./arduino.asc /etc/apt/keyrings/
8+
adb shell chmod 644 /etc/apt/keyrings/arduino.asc
59
adb shell sh -c 'cat > /etc/apt/sources.list.d/arduino.list' <<EOF
6-
deb [trusted=yes] https://apt-repo.arduino.cc stable main
10+
deb [signed-by=/etc/apt/keyrings/arduino.asc] https://apt-repo.arduino.cc stable main
711
EOF
812

913
adb shell sh -c 'cat > /etc/apt/auth.conf.d/arduino.conf' <<EOF

0 commit comments

Comments
 (0)