diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 00:47:28 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:48:58 +0300 |
commit | 01530f24d6a80e8a9f3d02d990026794f3f20d8b (patch) | |
tree | c2d7affe9efe242ab74a2ed8c56bbdd55aa2c3f2 | |
parent | debian: 0.2-1 (diff) | |
download | config-links-01530f24d6a80e8a9f3d02d990026794f3f20d8b.tar.gz config-links-01530f24d6a80e8a9f3d02d990026794f3f20d8b.zip |
debian: require bash 4 or higher
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 95a2475..cce94e8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://github.com/egor-tensin/config-links Package: config-links Architecture: all -Depends: bash, ${misc:Depends} +Depends: bash (>= 4.0), ${misc:Depends} Description: Configuration file sharing Store your files in a repository, checkout it on any machine, and easily create & maintain symlinks to all of them. |