From 83d7020aaa3623692377c7365c5d424474d22ae6 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 31 Jan 2020 11:07:03 +0100 Subject: [PATCH] bootstrap-root: Added cleanup script --- bootstrap-root.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index eb017fe..3c0daa9 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -47,3 +47,7 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2 curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 pip install ranger-fm + + +curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://gist.github.com/schtobia/f02deeaf2fd20b23ae9fcf0f451cc858/raw/cleanup.sh \ + && chmod u+x /usr/local/sbin/cleanup.sh