From 3c8b251079e2dbd94da5ab5cba339f5156d56e4c Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:00:27 +0800 Subject: [PATCH] Update package.sh --- repair_scripts/package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repair_scripts/package.sh b/repair_scripts/package.sh index e6bf551..d00affd 100644 --- a/repair_scripts/package.sh +++ b/repair_scripts/package.sh @@ -1,7 +1,7 @@ #!/bin/bash #by spiritlhl #from https://github.com/spiritLHLS/one-click-installation-script -#version: 2023.02.20 +#version: 2023.04.24 red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; } green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; } @@ -26,6 +26,7 @@ head() { echo "2.修复apt源公钥缺失" echo "3.修复替换系统可用的apt源列表,国内用阿里源,国外用官方源" echo "4.修复本机的Ubuntu系统是EOL非长期维护的版本,将替换为Ubuntu官方的old-releases仓库以支持apt的使用" + echo "5.修复只保证apt update不会报错,其他命令报错未修复" # Display prompt asking whether to proceed with checking reading "Do you want to proceed with checking? [y/n] " confirm echo ""