Added SIGNKEY variable to be used with EXTERNAL
This commit is contained in:
parent
a2fb7885d7
commit
90c4eea78e
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ deb $DEVELMIRROR $CODENAME main
|
|||
EOF
|
||||
|
||||
[ "1$EXTERNAL" != "1" ] && eval echo "$EXTERNAL" >> /etc/apt/sources.list
|
||||
[ "1$SIGNKEY" != "1" ] && apt-key adv --recv-keys --keyserver keyserver.ubuntu.com $SIGNKEY
|
||||
|
||||
apt-get update
|
||||
apt-get install --force-yes -y devscripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue