|
|
|
|
109
|
return
|
109
|
return
|
110
|
fi
|
110
|
fi
|
111
|
apt-get -y update
|
111
|
apt-get -y update
|
112
|
- apt-get -y --force-yes install apt-transport-https
|
|
|
113
|
# Since at the present time this does not work it's commented out
|
112
|
# Since at the present time this does not work it's commented out
|
|
|
113
|
+ #apt-get -y --force-yes install apt-transport-https
|
114
|
#sed -i 's/http:/https:/g' /etc/apt/sources.list
|
114
|
#sed -i 's/http:/https:/g' /etc/apt/sources.list
|
115
|
echo 'https_repos' >> $COMPLETION_FILE
|
115
|
echo 'https_repos' >> $COMPLETION_FILE
|
116
|
}
|
116
|
}
|