From acdc6fe2cce75007fdf2799a02f7673ef325f5c2 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 4 Feb 2020 20:50:28 +0000 Subject: [PATCH] Change installation order --- scripts/install_ubuntu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install_ubuntu.sh b/scripts/install_ubuntu.sh index 1b6fd457..fded6d7e 100755 --- a/scripts/install_ubuntu.sh +++ b/scripts/install_ubuntu.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# Configure Z01 client +# Configure Z01 Ubuntu # Log stdout & stderr -exec > >(tee -i /tmp/install_client.log) 2>&1 +exec > >(tee -i /tmp/install_ubuntu.log) 2>&1 script_dir="$(cd -P "$(dirname "$BASH_SOURCE")" && pwd)" cd $script_dir @@ -33,7 +33,6 @@ apt-get -yf install . bash_tweaks.sh . ssh.sh . firewall.sh -. ubuntu_tweaks.sh . grub.sh "$disk" . go.sh . nodejs.sh @@ -43,6 +42,7 @@ apt-get -yf install . libreoffice.sh . exam.sh . docker.sh +. ubuntu_tweaks.sh # Install additional packages pkgs="