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