Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Adding rsync (required for backup)
* Adding nano
* Ignoring Intellij files
  • Loading branch information
jeremysells committed Nov 17, 2018
1 parent 8a7eb06 commit b6706e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# avoid adding .deb during development
*.deb
tmp/

# Ignore Intellij Files
.idea
9 changes: 8 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ cd "$tmpdir"
# Install prerequisites
export DEBIAN_FRONTEND=noninteractive
apt-get update -q --yes
apt-get install -q --yes logrotate vim-nox hardlink wget ca-certificates
apt-get install -q --yes \
logrotate \
vim-nox \
hardlink \
wget \
ca-certificates \
rsync \
nano

# Download and install Chef's packages
wget -nv https://packages.chef.io/files/stable/chef-server/${SERVER_VERSION}/ubuntu/16.04/chef-server-core_${SERVER_VERSION}-1_amd64.deb
Expand Down

0 comments on commit b6706e8

Please sign in to comment.