From 473afa3468256d8fd1108a0c521819cb13cdca96 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 4 Jan 2022 16:16:29 +0000 Subject: [PATCH] Update ambe-debian-installer Add the ability to edit main.h during installation. --- ambe-debian-installer | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ambe-debian-installer b/ambe-debian-installer index f853935..cbdb517 100755 --- a/ambe-debian-installer +++ b/ambe-debian-installer @@ -81,6 +81,14 @@ echo "-------------------------------------------------------------------------- cd $AMBINSTDIR git clone $GITREPO cd $AMBINSTDIR/xlxd/ambed/ +sleep 5 +echo "------------------------------------------------------------------------------" +echo "Edit your configuration..." +echo "------------------------------------------------------------------------------" +sleep 5 +echo "If unsure about this feature then just hit 'CTRL-X'." +sleep 3 +nano main.h make clean make make install