summaryrefslogtreecommitdiff
path: root/util/env-bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/env-bootstrap.sh')
-rwxr-xr-xutil/env-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/env-bootstrap.sh b/util/env-bootstrap.sh
index 6b0497ffae..07020ea371 100755
--- a/util/env-bootstrap.sh
+++ b/util/env-bootstrap.sh
@@ -230,7 +230,7 @@ __EOT__
230 *debian* | *ubuntu*) echo "zstd build-essential clang-format diffutils wget unzip zip libhidapi-hidraw0 dos2unix git" ;; 230 *debian* | *ubuntu*) echo "zstd build-essential clang-format diffutils wget unzip zip libhidapi-hidraw0 dos2unix git" ;;
231 *fedora*) echo "zstd clang diffutils which gcc git wget unzip zip hidapi dos2unix libusb-devel libusb1-devel libusb-compat-0.1-devel libusb0-devel git epel-release" ;; 231 *fedora*) echo "zstd clang diffutils which gcc git wget unzip zip hidapi dos2unix libusb-devel libusb1-devel libusb-compat-0.1-devel libusb0-devel git epel-release" ;;
232 *suse*) echo "zstd clang diffutils wget unzip zip libhidapi-hidraw0 dos2unix git libusb-1_0-devel gzip which" ;; 232 *suse*) echo "zstd clang diffutils wget unzip zip libhidapi-hidraw0 dos2unix git libusb-1_0-devel gzip which" ;;
233 *gentoo*) echo "zstd diffutils wget unzip zip dev-libs/hidapi dos2unix dev-vcs/git dev-libs/libusb app-arch/gzip which" ;; 233 *gentoo*) echo "zstd sys-apps/diffutils wget unzip zip dev-libs/hidapi dos2unix dev-vcs/git dev-libs/libusb app-arch/gzip which" ;;
234 *) 234 *)
235 echo >&2 235 echo >&2
236 echo "Sorry, we don't recognize your distribution." >&2 236 echo "Sorry, we don't recognize your distribution." >&2