Bump to revision 4

making use of extended functionality of addConf and exep
This commit is contained in:
2019-05-27 15:02:38 +02:00
parent e37f6269ee
commit ddbc4657f7
4 changed files with 12 additions and 14 deletions

View File

@@ -41,11 +41,7 @@ step_99() {
exe apt update && apt install dirmngr
exe apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
if [ -f "$sourceList" ] ; then
echo "Skipping creating of $sourceList; Already exists"
return
fi
echo "$sourceEntry" > "$sourceList"
addConf -s "$sourceEntry" "$sourceList"
exe apt update
saveReturn $?
endReturn