Skip to content

Commit

Permalink
Update get_themes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 authored Dec 13, 2023
1 parent 6d88a6b commit bf7ea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/get_themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ do
if [[ ! -f "$zipfile" ]]
then
echo "-- downloading theme: $element"
wget -O "$zipfile" "https://github.com/OnionUI/Themes/raw/main/release/$element.zip?raw=true" -q --show-progress
wget -O "$zipfile" "https://github.com/OnionUI/Themes/raw/main/release/$element.zip" -q --show-progress
fi

if [ "$element" == "Silky by DiMo" ]; then
Expand Down

0 comments on commit bf7ea54

Please sign in to comment.