mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
do the /Everything/ fix for REPOSITORY_GRAPHICAL too
This commit is contained in:
parent
4cb0a99ec3
commit
d7a8b5d112
@ -33,7 +33,7 @@ sub run {
|
|||||||
assert_and_click "anaconda_install_source_repo_select_mirrorlist";
|
assert_and_click "anaconda_install_source_repo_select_mirrorlist";
|
||||||
}
|
}
|
||||||
elsif (get_var("REPOSITORY_GRAPHICAL")){
|
elsif (get_var("REPOSITORY_GRAPHICAL")){
|
||||||
$repourl = get_var("REPOSITORY_GRAPHICAL")."/".lc(get_var("VERSION"))."/".get_var("ARCH")."/os";
|
$repourl = get_var("REPOSITORY_GRAPHICAL")."/".lc(get_var("VERSION"))."/Everything/".get_var("ARCH")."/os";
|
||||||
type_string $repourl;
|
type_string $repourl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user