From be606602f5c4117220a06728b10da85850b61755 Mon Sep 17 00:00:00 2001 From: "Duke City Solutions, LLC" <36783248+Dukecitysolutions@users.noreply.github.com> Date: Sat, 10 Jun 2023 22:56:15 -0600 Subject: [PATCH] Added missing files!.!.! sorry this got missed --- ovh-soyoustar-kimsufi-postinstall.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ovh-soyoustar-kimsufi-postinstall.sh diff --git a/ovh-soyoustar-kimsufi-postinstall.sh b/ovh-soyoustar-kimsufi-postinstall.sh new file mode 100644 index 00000000..97118b8e --- /dev/null +++ b/ovh-soyoustar-kimsufi-postinstall.sh @@ -0,0 +1,14 @@ +#!/bin/bash +# postinstall script for ovh plateform ovh.com soyoustart.com and kimsufi.com +wget http://sentora.org/install -O sentora_install.sh +chmod +x sentora_install.sh +if [ -f /etc/centos-release ]; then +yum -y update +yum -y remove bind +elif [ -f /etc/lsb-release ]; then +apt-get update +apt-get -y dist-upgrade +fi +./sentora_install.sh -t Europe/Paris -d $(hostname) -i public +echo "OK" +exit