Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
453c31a0
Commit
453c31a0
authored
Jan 13, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install packer 0.12.1, vagrant 1.9.1
parent
751c8fe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
hyperv/scripts/install-packer.ps1
hyperv/scripts/install-packer.ps1
+1
-11
hyperv/scripts/install-vagrant.ps1
hyperv/scripts/install-vagrant.ps1
+1
-1
No files found.
hyperv/scripts/install-packer.ps1
View file @
453c31a0
$ProgressPreference
=
'SilentlyContinue'
if
(
Test-Path
$
env
:
TEMP
\packer.zip
)
{
rm
-force
$
env
:
TEMP
\packer.zip
}
if
(
Test-Path
$
env
:
TEMP
\packer
)
{
rm
-recurse
-force
$
env
:
TEMP
\packer
}
wget
-outfile
$
env
:
TEMP
\packer.zip
-uri
https://dl.bintray.com/taliesins/Packer/Packer.1.0.0.145-HyperV.nupkg
-UseBasicParsing
Expand-Archive
$
env
:
TEMP
\packer.zip
-DestinationPath
$
env
:
TEMP
\packer
copy
$
env
:
TEMP
\packer\packer.exe
$
env
:
ChocolateyInstall
\bin\packer.exe
rm
-force
$
env
:
TEMP
\packer.zip
choco
install
-y
packer
-version
0.12.1
hyperv/scripts/install-vagrant.ps1
View file @
453c31a0
choco
install
-y
vagrant
-version
1.
8.7
choco
install
-y
vagrant
-version
1.
9.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment