bootstrap-root: Added cleanup script
This commit is contained in:
parent
847db6cd4a
commit
83d7020aaa
1 changed files with 4 additions and 0 deletions
|
@ -47,3 +47,7 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2
|
||||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
||||||
|
|
||||||
pip install ranger-fm
|
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
|
||||||
|
|
Loading…
Reference in a new issue