Skip to content
Snippets Groups Projects
Commit 90c4eea7 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Added SIGNKEY variable to be used with EXTERNAL

parent a2fb7885
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment