File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ add comment="mikrotik-dude-icons pack download script" dont-require-permissions=
29
29
\n:local imageDir (\$dudeDir . \"/files/images/\");\
30
30
\n\
31
31
\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\"\
33
33
\n\
34
34
\n# Fetch the image list from the URL\
35
35
\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=
39
39
\n # Loop through each image in the list\
40
40
\n :foreach image in=[ :deserialize [:tolf \$imgList] delimiter=\"\\n\" from=dsv options=dsv.plain ] do={\
41
41
\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);\
43
43
\n # Fetch the image and save it to the specified directory\
44
44
\n :local downloadResult ([/tool fetch url=\$imageUrl mode=https dst-path=(\$imageDir . \$image) as-value]->\"status\");\
45
45
\n # Check if the download was successful\
You can’t perform that action at this time.
0 commit comments