File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Installation in general:
57
57
```
58
58
59
59
### Installation in Cygwin
60
- - Run the Cygwin installer and install packages ` xinit ` , ` xauth ` , ` wget ` and ` inetutils ` .
60
+ - Run the Cygwin installer and install packages ` xinit ` , ` xauth ` and ` wget ` .
61
61
- In Cygwin terminal run the commands:
62
62
```
63
63
wget https://raw.githubusercontent.com/mviereck/runx/master/runx -O /usr/local/bin/runx
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# runx: Provide an X server in Cygwin, MSYS2 or WSL.
3
3
4
- Version=" v0.4.6 "
4
+ Version=" v0.4.8 "
5
5
6
6
usage () { # Usage information (--help)
7
7
echo " runx - Run Linux GUI applications on MS Windows.
@@ -280,7 +280,7 @@ check_display() { # Find unused display number
280
280
return 1
281
281
}
282
282
check_displayport () { # Return 0 if display number $1 is in use
283
- echo " quit " | env LC_ALL=C telnet " $Hostip " " $(( 6000 + ${1:- } )) " 2>&1 | grep -q " Connected "
283
+ < /dev/tcp/ " $Hostip " / $(( 6000 + ${1:- } )) > /dev/null 2>&1
284
284
}
285
285
check_host () { # Check host environment
286
286
You can’t perform that action at this time.
0 commit comments