Skip to content

Commit

Permalink
Debian package: control file: Fix bash version predicate.
Browse files Browse the repository at this point in the history
Bash 4.4 doesn't even in my system rofl

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Nov 1, 2017
1 parent 9939f35 commit fc5c204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Standards-Version: 3.8.1

Package: woeusb
Architecture: any
Depends: bash (>4.4),
Depends: bash (>4.3),
grub-common,
grub-pc-bin,
ntfsprogs | ntfs-3g (>= 1:2011),
Expand Down

0 comments on commit fc5c204

Please sign in to comment.