Skip to content

Commit 1d41d22

Browse files
authored
Fix Linux cache
1 parent e8a5ac6 commit 1d41d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extensions.sh

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ os=$(uname -s)
199199
old_versions="5.[4-5]"
200200
nightly_versions="8.[1-9]"
201201
if [ "$os" = "Linux" ]; then
202+
. /etc/lsb-release
202203
os=$os-$DISTRIB_CODENAME
203204
api_version=$(get_api_version)
204205
dir=$(linux_extension_dir "$api_version")

0 commit comments

Comments
 (0)