mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-21 23:45:14 -05:00
Update ambe-debian-installer
Quick update to dep figlet
This commit is contained in:
parent
37a1047bf2
commit
ecb300c710
@ -31,7 +31,7 @@ X64=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-x86_64-1.4.6.tgz
|
|||||||
X32=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.6.tgz
|
X32=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.6.tgz
|
||||||
ARM=https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.22.tgz
|
ARM=https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.22.tgz
|
||||||
AMBINSTDIR=/root/reflector-install-files/ambed
|
AMBINSTDIR=/root/reflector-install-files/ambed
|
||||||
DEP="wget git g++ build-essential"
|
DEP="wget git g++ build-essential figlet"
|
||||||
GITREPO=https://github.com/LX3JL/xlxd.git
|
GITREPO=https://github.com/LX3JL/xlxd.git
|
||||||
echo "------------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------------"
|
||||||
echo " Installing required software..."
|
echo " Installing required software..."
|
||||||
@ -104,7 +104,13 @@ cp ambed /ambed
|
|||||||
cp $DIRDIR/templates/ambed.service /etc/systemd/system/
|
cp $DIRDIR/templates/ambed.service /etc/systemd/system/
|
||||||
sed -i "s/LOCAL-IP/$LOCAL_IP/g" /etc/systemd/system/ambed.service
|
sed -i "s/LOCAL-IP/$LOCAL_IP/g" /etc/systemd/system/ambed.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
sleep 2
|
||||||
|
clear
|
||||||
|
sleep 2
|
||||||
|
echo "Starting AMBEd Server.....
|
||||||
systemctl enable ambed
|
systemctl enable ambed
|
||||||
|
figlet "AMBEd"
|
||||||
|
sleep 3
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
echo "************************************************************************"
|
echo "************************************************************************"
|
||||||
|
Loading…
Reference in New Issue
Block a user