From d8b4cc31f95a4bcd21bbbf2f369710b65eeeac6a Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 15 Apr 2023 22:17:57 -0600 Subject: [PATCH] match new file extension for sources file --- ishare2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ishare2 b/ishare2 index f0eedaf..cb8caa1 100644 --- a/ishare2 +++ b/ishare2 @@ -38,7 +38,7 @@ function create_ishare2_dir() { function fetch_sources() { check_ishare2_dir echo -e "${YELLOW}[+] Fetching sources...${NO_COLOR}" - curl -s -o $SOURCES https://raw.githubusercontent.com/pnetlabrepo/ishare2/$CHANNEL/sources.ishare2 + curl -s -o $SOURCES https://raw.githubusercontent.com/pnetlabrepo/ishare2/$CHANNEL/sources.list # Check if curl command failed if [[ ! -f $SOURCES ]]; then echo -e "${RED}[-] Failed to fetch sources.${NO_COLOR}"