Skip to content
Snippets Groups Projects
Commit ec079100 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Install missing dep.

parent 442a3ba3
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source /root/envsetup/global-conf.sh
apt-get update
apt-get install -y -o Dpkg::Options::="--force-confold" curl
# Download config file from skyreach
if ( ! test -z ${SKYREACH_API_KEY} ); then
conf_url="https://$SKYREACH_HOST/erp/credentials/$SKYREACH_API_KEY/conf.sh"
......
#!/bin/bash
source /root/envsetup/global-conf.sh
apt-get update
apt-get install -y -o Dpkg::Options::="--force-confold" pwgen
# Autogenerate missing values
if [ "${MS_ID}" = "" ]; then
MS_ID=$(echo "$(hostname)_msuser")
......
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