From 3261b7ad905213601f2409b846793c3b5eaa5ca6 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 5 Jan 2023 09:04:04 +0800 Subject: [PATCH] update --- shell/lib-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/lib-install.sh b/shell/lib-install.sh index 491b211..7b76e9f 100755 --- a/shell/lib-install.sh +++ b/shell/lib-install.sh @@ -128,7 +128,8 @@ install_swupd_packages() { prepare_install_apt_packages() { local status="0" - sudo apt update -y; sudo apt install -y "${@}" || status="${?}" + # sudo apt update -y + sudo apt install -y "${@}" || status="${?}" if [[ "${status}" == "100" ]]; then prompt -w "\n APT: Your repo lists might be broken"