Skip to content

Commit

Permalink
fixed installer
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Jun 9, 2020
1 parent c00e40b commit c037fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
One liner:

```shell
wget -O- https://raw.githubusercontent.com/fabiocicerchia/utils/master/installer | sudo sh
wget -O - https://raw.githubusercontent.com/fabiocicerchia/utils/master/installer | sudo sh
```

## Tools
Expand Down
6 changes: 4 additions & 2 deletions installer
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cd /tmp/utils-installer
wget https://github.com/fabiocicerchia/utils/archive/master.zip
unzip master.zip && rm master.zip
cd utils-master/
pip3 install -r requirements.txt
rm installer *.*
cd /tmp/utils-installer/utils-master /opt/utils-master
echo "PATH=\$PATH:/opt/utils-master" | tee -a /etc/profile
cp -r /tmp/utils-installer/utils-master /opt/utils-master
echo "PATH=\$PATH:/opt/utils-master" | tee -a /etc/paths.d/utils-master
rm -rf /tmp/utils-installer

0 comments on commit c037fa5

Please sign in to comment.