Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevohack authored May 19, 2024
1 parent 25311e0 commit 4632d2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ ${RESET}"
init() {
echo -e "[${GREEN}+${RESET}] Configuring Environment..."
mkdir -p "/home/$name/Documents/ayo"
cd "/home/$name/Documents/ayo" || exit
cd "/home/$name/Documents/ayo"
pip install rich
pip install python-hosts
}

install() {
Expand Down

0 comments on commit 4632d2f

Please sign in to comment.