mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 02:32:18 +08:00
Update package.sh
This commit is contained in:
parent
43938c7b40
commit
51abc8e602
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
#by spiritlhl
|
||||
#from https://github.com/spiritLHLS/one-click-installation-script
|
||||
#version: 2023.05.31
|
||||
#version: 2023.07.30
|
||||
|
||||
utf8_locale=$(locale -a 2>/dev/null | grep -i -m 1 -E "UTF-8|utf8")
|
||||
if [[ -z "$utf8_locale" ]]; then
|
||||
|
@ -377,6 +377,6 @@ fix_locked
|
|||
sleep 1
|
||||
fix_sources
|
||||
sleep 1
|
||||
fix_install2
|
||||
fix_install
|
||||
sleep 1
|
||||
check_again
|
||||
|
|
Loading…
Reference in New Issue
Block a user