Skip to content

Commit

Permalink
Fix bug in install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
koutto committed Aug 13, 2019
1 parent 680da42 commit 0e05dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ print_delimiter() {
echo
}

clear

echo
echo
print_blue "=============================="
Expand All @@ -46,8 +44,6 @@ if [ "$EUID" -ne 0 ]; then
exit 1
fi

print_delimiter

# -----------------------------------------------------------------------------

print_blue "[~] Running dependencies install script..."
Expand Down Expand Up @@ -87,4 +83,8 @@ print_delimiter
# -----------------------------------------------------------------------------

print_blue "[~] Print toolbox content"
python3 jok3r.py toolbox --show-all
python3 jok3r.py toolbox --show-all

# -----------------------------------------------------------------------------

print_green "[+] Install script finished with success"
2 changes: 0 additions & 2 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ print_delimiter() {
echo
}

clear

echo
echo
print_blue "=============================="
Expand Down

0 comments on commit 0e05dfa

Please sign in to comment.