Update Birders_Guide_Installer.sh

This commit is contained in:
Patrick McGuire
2021-10-27 16:55:29 -04:00
committed by GitHub
parent 8caf9cc118
commit 579b496322
+1
View File
@@ -66,6 +66,7 @@ stage_1() {
if [ ${ZRAM} -lt 4 ];then
install_zram_swap
else
touch ${HOME}/stage_1_complete
echo "Stage 1 complete"
stage_2
exit