From 079f4dc6cd6f0a17e0ff2fad2bd7d02a99d19053 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 27 Jun 2022 19:21:41 +0200 Subject: [PATCH] Enabled installation of LDS-ImageDownloader --- Install_LDS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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