From 79dab07ce3c1ebc101a3b70de67ea24616769d50 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 1 Jan 2020 19:27:49 +0000 Subject: [PATCH] Cleaned up pandoc temporary deb file. --- wsl-setup.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wsl-setup.org b/wsl-setup.org index b49c882..95d23d5 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -76,6 +76,9 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ # Install the package with dpkg sudo dpkg -i pandoc* + + # Remove the package file after install + rm pandoc* #+END_SRC