diff --git a/scripts/installer.sh b/scripts/installer.sh index 3c724d295..53d0a07e3 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -109,9 +109,6 @@ fi # ensure we are not inside the source directory, which we will remove now cd /root -echo "==> installer: updating packages" -# add logic to update apt packages here - echo "==> installer: switching the box code" rm -rf "${BOX_SRC_DIR}" mv "${box_src_tmp_dir}" "${BOX_SRC_DIR}"