Skip to content

Commit

Permalink
🐛 allow script to be run without tty
Browse files Browse the repository at this point in the history
  • Loading branch information
froz42 committed Sep 12, 2023
1 parent 988af98 commit 3e082d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ under certain conditions.

echo "$ASCCI_ART"

if [ ! -t 0 ]; then
echo "This script must be run in a terminal"
exit 1
fi

GREEN='\033[0;32m'
RED='\033[0;31m'
NC='\033[0m'
Expand Down

0 comments on commit 3e082d9

Please sign in to comment.