|
@ -10,7 +10,7 @@ set -eux |
|
|
if ! [ -e /etc/apt/sources.list.d/kalysto.org.list ]; then |
|
|
if ! [ -e /etc/apt/sources.list.d/kalysto.org.list ]; then |
|
|
|
|
|
|
|
|
## Required to fetch our repository in https |
|
|
## Required to fetch our repository in https |
|
|
apt-get install -y --force-yes apt-transport-https |
|
|
|
|
|
|
|
|
apt-get install -y --force-yes apt-transport-https </dev/null |
|
|
cat <<EOF > /etc/apt/sources.list.d/kalysto.org.list |
|
|
cat <<EOF > /etc/apt/sources.list.d/kalysto.org.list |
|
|
|
|
|
|
|
|
## vlab's shell libraries |
|
|
## vlab's shell libraries |
|
@ -28,4 +28,4 @@ EOF |
|
|
-o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" |
|
|
-o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
apt-get install -y --force-yes kal-scripts |
|
|
|
|
|
|
|
|
apt-get install -y --force-yes kal-scripts </dev/null |