1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 05:33:34 +00:00

Fix installer

This commit is contained in:
Darren Shepherd
2021-10-24 17:07:48 -07:00
parent 5a216b8ac4
commit db84312450
7 changed files with 48 additions and 24 deletions

View File

@@ -27,6 +27,7 @@ if [ "$1" = "pxe" ]; then
BOOT="-boot cn"
if [ ! -e dev ]; then
rm -f dev
ln -s ../dist/artifacts dev
fi
fi