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
713ebbd7
Commit
713ebbd7
authored
Dec 03, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repeatable download
parent
76fa3cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
hyperv/scripts/install-packer.ps1
hyperv/scripts/install-packer.ps1
+3
-1
No files found.
hyperv/scripts/install-packer.ps1
View file @
713ebbd7
cd
$
env
:
TEMP
$ProgressPreference
=
'SilentlyContinue'
wget
-outfile
Packer.zip
-uri
https://dl.bintray.com/taliesins/Packer/Packer.1.0.0.145-HyperV.nupkg
-UseBasicParsing
rm
-f
packer.zip
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
-f
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