File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ dnf install -y \
1717 libcamera{,-{v4l2,gstreamer,tools}} \
1818 jetbrains-mono-fonts-all
1919
20- # Set up repo for Visual Studio Code
21- rpm --import https://packages.microsoft.com/keys/microsoft.asc
20+ # Set up repo for Visual Studio Code. Fix the code when Microsoft provides a key that doesn't use SHA1.
21+ # rpm --import https://packages.microsoft.com/keys/microsoft.asc
2222cat << 'EOF ' >> /etc/yum.repos.d/vscode.repo
2323# Visual Studio Code repository
2424[code]
2525name=Visual Studio Code
2626baseurl=https://packages.microsoft.com/yumrepos/vscode
2727enabled=1
28- gpgcheck=1
29- gpgkey=https://packages.microsoft.com/keys/microsoft.asc
28+ gpgcheck=0
29+ # gpgkey=https://packages.microsoft.com/keys/microsoft.asc
3030EOF
3131
3232# Now let's go for the main packages
You can’t perform that action at this time.
0 commit comments