From 5df92d190378b3f918c7e3f6e0e00e0be45c0d41 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 17 Nov 2017 09:29:05 -0800 Subject: [PATCH] remove dead code --- scripts/installer.sh | 3 --- 1 file changed, 3 deletions(-) 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}"