do the /Everything/ fix for REPOSITORY_GRAPHICAL too

This commit is contained in:
Adam Williamson 2016-03-02 10:25:51 -08:00
parent 4cb0a99ec3
commit d7a8b5d112

View File

@ -33,7 +33,7 @@ sub run {
assert_and_click "anaconda_install_source_repo_select_mirrorlist";
}
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;
}