From a73720b7c8c3461273d632b6173f340fe0c4e5b7 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 30 Oct 2021 12:12:23 -0400 Subject: [PATCH] Update Birders_Guide_Installer.sh --- Birders_Guide_Installer.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index 9aeb68f..8ac5ae6 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -295,15 +295,6 @@ EOF sudo ln -sf ${my_dir}/birdnet.conf /etc/birdnet/birdnet.conf } echo " -Welcome to the Birders Guide Installer script! - -The installer runs in two stages: -Stage 1 configures and enables the zRAM kernel module and allocates 4G - to its swapping size if needed. This will trigger a reboot. -Stage 1 also ensures the system is up to date. -Stage 2 guides you through configuring the essentials and installs the full BirdNET-Pi system." - - if [ ! -f ${HOME}/stage_1_complete ] ;then stage_1 stage_2