Skip to content

Commit 58a06b6

Browse files
JanJan
Jan
authored and
Jan
committed
fix: disable bash version check
1 parent 125df35 commit 58a06b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/install_dependencies.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ readonly fedora_pkgs=(
117117
# libsm6 libxext6 libgl1-mesa-glx
118118
)
119119

120-
# Check Bash version
121-
if [[ "${BASH_VERSINFO:-0}" -lt 4 ]]; then
122-
echo "This script requires Bash 4.0 or higher. You are using Bash ${BASH_VERSION}. Please upgrade your Bash version."
123-
exit 1
124-
fi
125-
126120
print_action () {
127121
green="\e[0;32m"
128122
reset="\e[0;0m"

0 commit comments

Comments
 (0)