From e9dba317b910c7d10d4f2b459811383b85c962f9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 21 Jun 2022 11:10:20 -0400 Subject: [PATCH] simplify script names Signed-off-by: Jason Etheridge --- installer/buster/{eg_stretch_installer.sh => eg_installer.sh} | 0 installer/buster/installer_installer.sh | 3 +-- installer/buster/installer_installer2.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) rename installer/buster/{eg_stretch_installer.sh => eg_installer.sh} (100%) diff --git a/installer/buster/eg_stretch_installer.sh b/installer/buster/eg_installer.sh similarity index 100% rename from installer/buster/eg_stretch_installer.sh rename to installer/buster/eg_installer.sh diff --git a/installer/buster/installer_installer.sh b/installer/buster/installer_installer.sh index 340689cf3..607ed3290 100755 --- a/installer/buster/installer_installer.sh +++ b/installer/buster/installer_installer.sh @@ -1,10 +1,9 @@ #!/bin/bash -#echo 'deb http://security.debian.org/ wheezy/updates main contrib' | sudo tee --append /etc/apt/sources.list sudo apt-get update sudo apt-get -q -y install git-core chromium firefox-esr git clone git://git.evergreen-ils.org/working/random.git cd random/ git checkout -b eg_live_tests origin/collab/phasefx/eg_live_tests cd installer/stretch -time sudo ./eg_stretch_installer.sh -y -a -s -t +time sudo ./eg_installer.sh -y -a -s -t exit 0 diff --git a/installer/buster/installer_installer2.sh b/installer/buster/installer_installer2.sh index 70b6a423a..f5de84751 100755 --- a/installer/buster/installer_installer2.sh +++ b/installer/buster/installer_installer2.sh @@ -1,3 +1,3 @@ #!/bin/bash cd $* -time sudo ./eg_stretch_installer.sh -y -a -s -t +time sudo ./eg_installer.sh -y -a -s -t -- 2.11.0