remove dead code

This commit is contained in:
Girish Ramakrishnan
2017-11-17 09:29:05 -08:00
parent 05affa7d26
commit 5df92d1903
-3
View File
@@ -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}"