X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Finstall%2Finstall-all.sh;h=a3a7ee6fee58b2324e52c84952f75e4e6077199b;hb=06058eee90271035fb0993184ab3b5219ca3c79b;hp=59ab5458e079edb52906d25fc35a04a3832e7503;hpb=acdf2fef66569640282c560d0ee2823b5f26f268;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/scripts/install/install-all.sh b/scripts/install/install-all.sh index 59ab545..a3a7ee6 100755 --- a/scripts/install/install-all.sh +++ b/scripts/install/install-all.sh @@ -2,6 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,6 +31,7 @@ echo "Installing NONRTRIC components..." echo "Installing ACM components..." ./install-acm.sh -# Install rapp manager +echo "Patching Kserve..." +./patch-kserve.sh echo "Rapp Manager installation completed." \ No newline at end of file