From 0625df656e4038cd27b09860a53d36531bf677cf Mon Sep 17 00:00:00 2001 From: wangzhe Date: Sun, 17 Mar 2024 15:32:08 +0800 Subject: [PATCH] update source package installation script Signed-off-by: wangzhe --- leapp-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leapp-install.sh b/leapp-install.sh index 08c4483..542f8fe 100644 --- a/leapp-install.sh +++ b/leapp-install.sh @@ -19,7 +19,7 @@ if [ $? -ne 0 ]; then yum -y reinstall python-requests fi -version=0.12.0 +version=0.12.1 tar xf leapp-${version}.tar.gz cd leapp-${version} for p in $(ls ../leapp*.patch) -- Gitee