Merge branch 'master' into examples-docs
This commit is contained in:
commit
734acd9935
|
@ -1,6 +1,6 @@
|
||||||
## (UNRELEASED)
|
## (UNRELEASED)
|
||||||
|
|
||||||
## 1.1.0 (October 13, 2017)
|
## 1.1.1 (October 13, 2017)
|
||||||
|
|
||||||
### IMPROVEMENTS:
|
### IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
|
@ -210,6 +210,7 @@ WELCOME TO PACKER!
|
||||||
|
|
||||||
Create a file named `example.sh` and add the following:
|
Create a file named `example.sh` and add the following:
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "hello"
|
echo "hello"
|
||||||
|
|
Loading…
Reference in New Issue