install-wifi-firmwares.sh: Fix download URL

Change-Id: I5a8eba3f3b0d4d0071e011959d5d1aedc9db24e2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9318
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Humdinger
2025-05-31 20:57:45 +00:00
committed by Adrien Destugues
parent eb5f74847e
commit 66032c9f31
+1 -1
View File
@@ -31,7 +31,7 @@ VIEW='View licenses'
ABORT='Abort installation'
OK='I agree to the licenses. Install firmwares.'
baseURL='https://raw.githubusercontent.com/haiku/firmware/master/wifi/'
baseURL='https://github.com/haiku/firmware/raw/refs/heads/master/wifi'
firmwareDir=`finddir B_SYSTEM_DATA_DIRECTORY`/firmware
tempDir=`finddir B_SYSTEM_TEMP_DIRECTORY`/wifi-firmwares
driversDir=`finddir B_SYSTEM_ADDONS_DIRECTORY`/kernel/drivers