Skip to content

Commit 3635234

Browse files
committed
Promote sdkman_native_enable config to stable channel
1 parent 3040ce2 commit 3635234

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/views/install_stable.scala.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ echo "sdkman_curl_connect_timeout=7" >> "$sdkman_config_file"
8282
echo "sdkman_curl_max_time=10" >> "$sdkman_config_file"
8383
echo "sdkman_debug_mode=false" >> "$sdkman_config_file"
8484
echo "sdkman_insecure_ssl=false" >> "$sdkman_config_file"
85+
echo "sdkman_native_enable=true" >> "$sdkman_config_file"
8586
echo "sdkman_selfupdate_feature=true" >> "$sdkman_config_file"
8687

8788
# script cli distribution

app/views/selfupdate_stable.scala.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ if ! grep 'sdkman_checksum_enable' "${sdkman_config_file_tmp}"; then
111111
echo "sdkman_checksum_enable=true" >> "$sdkman_config_file_tmp"
112112
fi
113113

114+
if ! grep 'sdkman_native_enable' "${sdkman_config_file_tmp}"; then
115+
echo "sdkman_native_enable=true" >> "$sdkman_config_file_tmp"
116+
fi
117+
114118
if ! grep 'sdkman_selfupdate_feature' "${sdkman_config_file_tmp}"; then
115119
echo "sdkman_selfupdate_feature=true" >> "$sdkman_config_file_tmp"
116120
fi

0 commit comments

Comments
 (0)