diff options
author | Holger Paradies <retabell@gmx.de> | 2020-02-23 10:32:05 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2020-03-02 17:56:53 +0100 |
commit | 9148960a043ebab529ede1e20d5f210ed5eb46ed (patch) | |
tree | af286a2bc2682f9b360cdea7efbbd4d1279523ec /auto | |
parent | 74bc8da569b3d23c53ed3b76dce769d4716058f8 (diff) | |
download | kanotix-9148960a043ebab529ede1e20d5f210ed5eb46ed.zip kanotix-9148960a043ebab529ede1e20d5f210ed5eb46ed.tar.gz |
add apt.llvm.org repo 9
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index e583501..00f4e85 100755 --- a/auto/config +++ b/auto/config @@ -111,7 +111,7 @@ esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" grep -wq retabell <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" retabell" -grep -wq silverfire-extra <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverfire-extra" +grep -wq silverfire-extra <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverfire-extra llvm9" grep -wq acritox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox dragonfire-acritox" grep -wq hellfire <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" hellfire" grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity" |