Update ambe-debian-installer

Add the ability to edit main.h during installation.
This commit is contained in:
M0VUB 2022-01-04 16:16:29 +00:00 committed by GitHub
parent ecb300c710
commit 473afa3468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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