From 1f1fc1681b2db6dfd4b0bce1f1660cf7e7e14f35 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 6 Jul 2017 08:46:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ea8da..761a7df 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Here's a list of things it currently supports: To use it, simply paste this into the target terminal: ```bash -cstemp=$(mktemp); curl -o ${cstemp}; -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; +cstemp=$(mktemp); curl -o ${cstemp}; -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=; ``` ## Disclaimer