mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-21 15:41:48 -05:00
Update ambe-debian-installer
Add the ability to edit main.h during installation.
This commit is contained in:
parent
ecb300c710
commit
473afa3468
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user