diff --git a/Install_LDS.sh b/Install_LDS.sh index f5c5527..54ebdd4 100644 --- a/Install_LDS.sh +++ b/Install_LDS.sh @@ -111,7 +111,7 @@ esac #Install LDS-ImageDownloader if $LDSID; then - #git clone $LDSIDREPO /opt/LDS/ImageDownloader + git clone $LDSIDREPO /opt/LDS/ImageDownloader cd /opt/LDS/ImageDownloader/ ln -s /opt/LDS/ImageDownloader/LinuxInstallers-LID.ipxe /opt/LDS/tftp/iPXE/LinuxInstallers-LID.ipxe sed -i '/set LDSIMenu/c\set LDSIMenu LinuxInstallers-LID.ipxe' /opt/LDS/tftp/iPXE/LDS.ipxe