bootstrap-root: Added cleanup script

This commit is contained in:
Tobias Schmidl 2020-01-31 11:07:03 +01:00 committed by GitHub
parent 847db6cd4a
commit 83d7020aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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