Update init_vacuum.sh

This commit is contained in:
HappyZ 2019-06-04 15:24:09 -05:00
parent 4663dfabc3
commit 1180f9254f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ scp ./libs/parser.py ${REMOTE_EXP_FP}/libs/
scp ./get_loc_est.py ${REMOTE_EXP_FP}
echo "Install necessary packages"
${REMOTE_CMD} apt update
${REMOTE_CMD} apt --yes install python3-minimal
echo "Done!"