Update package.sh

This commit is contained in:
spiritLHLS 2022-12-17 20:34:19 +08:00 committed by GitHub
parent 7cad667c84
commit ef664d7f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,9 @@ echo "# ${GREEN}作者${PLAIN}: spiritlhl
echo "# ${GREEN}作仓库${PLAIN}: https://github.com/spiritLHLS/one-click-installation-script #" echo "# ${GREEN}作仓库${PLAIN}: https://github.com/spiritLHLS/one-click-installation-script #"
echo "#######################################################################" echo "#######################################################################"
echo "支持系统Ubuntu 12+Debian 6+" echo "支持系统Ubuntu 12+Debian 6+"
echo "1.修复apt源锁死"
echo "2.修复apt源公钥缺失"
echo "3.修复替换系统可用的apt源列表含国内用阿里源国外用官方源"
# Display prompt asking whether to proceed with checking # Display prompt asking whether to proceed with checking
read -p "Do you want to proceed with checking? [y/n] " -n 1 confirm read -p "Do you want to proceed with checking? [y/n] " -n 1 confirm
echo "" echo ""