mirror of
https://github.com/TheyCallMeSecond/sing-box-manager.git
synced 2024-11-16 11:42:39 +08:00
Update Install.sh
This commit is contained in:
parent
93683d4c1a
commit
4918aa9d00
12
Install.sh
12
Install.sh
|
@ -1336,8 +1336,10 @@ function select_unlocked_items() {
|
|||
2). Netflix
|
||||
3). Disney+
|
||||
4). YouTube
|
||||
Select [1-4]: " choices
|
||||
if [[ "$choices" =~ ^[1234]+$ ]]; then
|
||||
5). Google
|
||||
6). Spotify
|
||||
Select [1-6]: " choices
|
||||
if [[ "$choices" =~ ^[123456]+$ ]]; then
|
||||
selected=($(echo "$choices" | sed 's/./& /g'))
|
||||
break
|
||||
else
|
||||
|
@ -1361,6 +1363,12 @@ function update_geosite_array() {
|
|||
4)
|
||||
geosite+=("\"youtube\"")
|
||||
;;
|
||||
5)
|
||||
geosite+=("\"google\"")
|
||||
;;
|
||||
6)
|
||||
geosite+=("\"spotify\"")
|
||||
;;
|
||||
*)
|
||||
echo -e "${RED}Invalid choice: $choice${NC}"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user