Skip to content

Commit e89e410

Browse files
committed
Update installer.rsc
1 parent 0995215 commit e89e410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer.rsc

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ add comment="mikrotik-dude-icons pack download script" dont-require-permissions=
2929
\n:local imageDir (\$dudeDir . \"/files/images/\");\
3030
\n\
3131
\n# URL of the file containing the list of images\
32-
\n:local fileUrl \"https://raw.githubusercontent.com/danielcshn/mikrotik-dude-icons/main/images_list.txt\"\
32+
\n:local fileUrl \"https://raw.githubusercontent.com/HybridNetworks/mikrotik-dude-icons/main/images_list.txt\"\
3333
\n\
3434
\n# Fetch the image list from the URL\
3535
\n:local imgList ([/tool fetch url=\$fileUrl output=user as-value]->\"data\");\
@@ -39,7 +39,7 @@ add comment="mikrotik-dude-icons pack download script" dont-require-permissions=
3939
\n # Loop through each image in the list\
4040
\n :foreach image in=[ :deserialize [:tolf \$imgList] delimiter=\"\\n\" from=dsv options=dsv.plain ] do={\
4141
\n # Construct the full URL for each image\
42-
\n :local imageUrl (\"https://raw.githubusercontent.com/danielcshn/mikrotik-dude-icons/main/images/\" . \$image);\
42+
\n :local imageUrl (\"https://raw.githubusercontent.com/HybridNetworks/mikrotik-dude-icons/main/images/\" . \$image);\
4343
\n # Fetch the image and save it to the specified directory\
4444
\n :local downloadResult ([/tool fetch url=\$imageUrl mode=https dst-path=(\$imageDir . \$image) as-value]->\"status\");\
4545
\n # Check if the download was successful\

0 commit comments

Comments
 (0)