Skip to content

Commit bde2984

Browse files
committed
fix: remove duplicate key import
The gpg key was already imported through the includes.rootfs folder.
1 parent 4501843 commit bde2984

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

rootfs/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -e
55
# Rootfs definitions
66
ROOTFS_NAME="vanilla-pico"
77
REPO_URL=http://repo2.vanillaos.org
8-
REPO_KEY=vanilla.key
98
CUSTOM_PACKAGE=""
109
CLEANUP_DIRS="/usr/share/doc/*
1110
/usr/share/info/*
@@ -50,9 +49,6 @@ debootstrap \
5049
$ROOTFS_NAME \
5150
$REPO_URL
5251

53-
# Add the vanilla extra repository key
54-
chroot $ROOTFS_NAME apt-key add /$REPO_KEY
55-
5652
# We need to remove the sources.list file since it is not needed
5753
# after the debootstrap process. include.chroot already contains
5854
# the correct sources.list file.

rootfs/includes.rootfs/vanilla.key

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)