mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Add apt-get update, since vagrant does not install mkisofs without
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# .iso maker for tpotce #
|
||||
# #
|
||||
# #
|
||||
# v0.01 by mo, 2014-11-28 #
|
||||
# v0.02 by mo, 2014-12-11 #
|
||||
########################################################
|
||||
|
||||
# Let's define some global vars
|
||||
@ -24,6 +24,7 @@ fuECHO () {
|
||||
|
||||
# Let's install all the packages we need
|
||||
fuECHO "### Installing packages."
|
||||
apt-get update -y
|
||||
apt-get install mkisofs isolinux -y
|
||||
|
||||
# Let's get Ubuntu 14.04.1 as .iso
|
||||
|
Reference in New Issue
Block a user