mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	Apply fixes from Shellcheck via https://lift.sonatype.com
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| base='https://fonts\.(gstatic\.com|kavin\.rocks)' | ||||
| fonts=$(cat dist/assets/* | grep -Po "$base[^)]*" | sort | uniq) | ||||
| for font in $fonts; do | ||||
| 	file="dist/fonts$(echo $font | sed -E "s#$base##")" | ||||
| 	file="dist/fonts$(echo "$font" | sed -E "s#$base##")" | ||||
| 	mkdir -p "$(dirname "$file")" | ||||
| 	curl -L "$font" -o "$file" | ||||
| done | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sonatype Lift Bot
					Sonatype Lift Bot