Skip to content

Commit

Permalink
Fixed a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor authored and danielnaber committed Aug 17, 2018
1 parent 05c6cb8 commit 854ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ detect_unzip() {

detect_screen() {
if ! [ "$(type -t DISPLAY)" ]; then
if ! [ "$command" ]; then
if [ "$command" ]; then
command="commandline"
fi
display='no'
Expand Down

0 comments on commit 854ce47

Please sign in to comment.