Skip to content

Commit 918604b

Browse files
authored
Fix #132 (#133)
1 parent e23b9b8 commit 918604b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/public/car_activation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ INSTALL_CUSTOM_CONSOLE()
368368
else
369369
# Install the community custom console repository
370370
echo -e -n "\n- Registering the community device console APT repository"
371-
curl -sSL https://aws-deepracer-community-sw.s3.eu-west-1.amazonaws.com/deepracer-custom-car/deepracer-community.key -o /usr/share/keyrings/deepracer-community.key
371+
curl -sSL https://aws-deepracer-community-sw.s3.eu-west-1.amazonaws.com/deepracer-custom-car/deepracer-community.key -o /etc/apt/trusted.gpg.d/deepracer-community.asc
372372
echo "deb [arch=all signed-by=CFB167A8F18DE6A634A6A2E4A63BC335D48DF8C6] https://aws-deepracer-community-sw.s3.eu-west-1.amazonaws.com/deepracer-custom-car stable device-console" | tee /etc/apt/sources.list.d/aws_deepracer-community-console.list >/dev/null
373373
fi
374374

0 commit comments

Comments
 (0)