From 0e357ac51612eb96d886766a493de33e4241b89e Mon Sep 17 00:00:00 2001 From: miao_kaibo Date: Sat, 20 Mar 2021 11:38:06 +0800 Subject: [PATCH] delete change dir action --- script/step/make_iso.sh | 4 ++-- script/step/make_iso_everything.sh | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/script/step/make_iso.sh b/script/step/make_iso.sh index 744ccc4..1593d3b 100644 --- a/script/step/make_iso.sh +++ b/script/step/make_iso.sh @@ -34,8 +34,8 @@ function make_iso_inchroot() if rpm -q lorax &> /dev/null; then yum remove lorax -y fi - yum install oemaker lorax -y -c "${yum_conf}" - cd /opt/oemaker + wget http://119.3.219.20:88/mkb/test/binaries/oemaker-2.0.0-1.oe1.aarch64.rpm + yum install oemaker-2.0.0-1.oe1.aarch64.rpm lorax -y -c "${yum_conf}" set +e num=0 diff --git a/script/step/make_iso_everything.sh b/script/step/make_iso_everything.sh index 91519c5..c1979a5 100644 --- a/script/step/make_iso_everything.sh +++ b/script/step/make_iso_everything.sh @@ -36,8 +36,9 @@ function make_iso_everything_inchroot() if rpm -q lorax &> /dev/null; then yum remove lorax -y fi - - yum install oemaker lorax -y -c "${yum_conf}" + wget http://119.3.219.20:88/mkb/test/binaries/oemaker-2.0.0-1.oe1.aarch64.rpm + yum install oemaker-2.0.0-1.oe1.aarch64.rpm lorax -y -c "${yum_conf}" + #yum install oemaker lorax -y -c "${yum_conf}" cd /opt/oemaker rpmsnames=`cat ${UNABLE_INSTALL_LIST}` for rpmsname in $rpmsnames -- Gitee