Skip to content

Commit

Permalink
install script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Feb 4, 2022
1 parent 411cfba commit f2a9e7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ fi
echo -ne 'Requests\r'
pip3 install requests &>> $ILOG && echo 'Requests - Installed' || echo 'Requests - Failed!'

echo -ne 'Packaging\r'
pip3 install packaging &>> $ILOG && echo 'Packaging - Installed' || echo 'Packaging - Failed!'

echo -e '\nLog Saved :' $ILOG

0 comments on commit f2a9e7b

Please sign in to comment.