mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Add apt-get update, since vagrant does not install mkisofs without
This commit is contained in:
parent
5053193a5d
commit
fe749e9cf8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue