Skip to content

Commit bf5bcd6

Browse files
committed
bump version number
1 parent 6501fae commit bf5bcd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22
# runx: Provide an X server in Cygwin, MSYS2 or WSL.
33

4-
Version="v0.4.4"
4+
Version="v0.4.5"
55

66
usage() { # Usage information (--help)
77
echo "runx - Run Linux GUI applications on MS Windows.
@@ -420,7 +420,7 @@ check_dependencies() { # Check all dependencies
420420
done
421421

422422
# Linux commands
423-
for Line in telnet; do
423+
for Line in telnet shuf; do
424424
check_dependency "$Line" || error "Did not find Linux command: $Line
425425
Please install $Line"
426426
done

0 commit comments

Comments
 (0)