diff --git a/dist/legacy/llvm_repo_remove.bash b/dist/legacy/llvm_repo_remove.bash index 218d611a..cc9e8673 100755 --- a/dist/legacy/llvm_repo_remove.bash +++ b/dist/legacy/llvm_repo_remove.bash @@ -5,6 +5,7 @@ set -eux +CURRENT_LLVM_STABLE=18 BASE_URL="http://apt.llvm.org" # Check for required tools diff --git a/dist/modern/llvm_repo_remove.bash b/dist/modern/llvm_repo_remove.bash index 218d611a..cc9e8673 100755 --- a/dist/modern/llvm_repo_remove.bash +++ b/dist/modern/llvm_repo_remove.bash @@ -5,6 +5,7 @@ set -eux +CURRENT_LLVM_STABLE=18 BASE_URL="http://apt.llvm.org" # Check for required tools diff --git a/src/llvm/llvm_repo_remove.bash b/src/llvm/llvm_repo_remove.bash index 218d611a..cc9e8673 100755 --- a/src/llvm/llvm_repo_remove.bash +++ b/src/llvm/llvm_repo_remove.bash @@ -5,6 +5,7 @@ set -eux +CURRENT_LLVM_STABLE=18 BASE_URL="http://apt.llvm.org" # Check for required tools