Skip to content

Commit 562c350

Browse files
committed
Merge pull request #43 from kian/cleantmp
remove downloaded deb after installation
2 parents dd02822 + b5a9aa4 commit 562c350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debian.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ echo "Configuring PuppetLabs repo..."
3333
repo_deb_path=$(mktemp)
3434
wget --output-document="${repo_deb_path}" "${REPO_DEB_URL}" 2>/dev/null
3535
dpkg -i "${repo_deb_path}" >/dev/null
36+
rm "${repo_deb_path}"
37+
3638
apt-get update >/dev/null
3739

3840
# Install Puppet

0 commit comments

Comments
 (0)