mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-21 23:45:14 -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
|
cd $AMBINSTDIR
|
||||||
git clone $GITREPO
|
git clone $GITREPO
|
||||||
cd $AMBINSTDIR/xlxd/ambed/
|
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 clean
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user