#!/bin/bash

cat <<EVAL
  current_dir=$(pwd)
  cd $(kickstart root-dir)/kickstart/
  source install.sh
  cd "\$current_dir"
EVAL
