Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
2c6b97fd
Commit
2c6b97fd
authored
Dec 03, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repeatable download
parent
913c7238
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
hyperv/scripts/install-packer.ps1
hyperv/scripts/install-packer.ps1
+5
-2
No files found.
hyperv/scripts/install-packer.ps1
View file @
2c6b97fd
cd
$
env
:
TEMP
$ProgressPreference
=
'SilentlyContinue'
if
(
Test-Path
packer.zip
)
{
rm
packer.zip
rm
-force
packer.zip
}
if
(
Test-Path
packer
)
{
rm
-recurse
-force
packer
}
wget
-outfile
packer.zip
-uri
https://dl.bintray.com/taliesins/Packer/Packer.1.0.0.145-HyperV.nupkg
-UseBasicParsing
Expand-Archive
packer.zip
copy
packer\packer.exe
$
env
:
ChocolateyInstall
\bin\packer.exe
rm
packer.zip
rm
-force
packer.zip
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