浏览代码

Don't use raw

Bob Mottram 10 年前
父节点
当前提交
cc9968dade
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

112
 
112
 
113
 # Download location for OneRNG driver
113
 # Download location for OneRNG driver
114
 ONERNG_PACKAGE="onerng_3.3-1_all.deb"
114
 ONERNG_PACKAGE="onerng_3.3-1_all.deb"
115
-ONERNG_PACKAGE_DOWNLOAD="https://github.com/OneRNG/onerng.github.io/blob/master/sw/$ONERNG_PACKAGE?raw=true"
115
+ONERNG_PACKAGE_DOWNLOAD="https://github.com/OneRNG/onerng.github.io/blob/master/sw/$ONERNG_PACKAGE"
116
 # Hash for OneRNG driver
116
 # Hash for OneRNG driver
117
 ONERNG_PACKAGE_HASH='a9801993ffef1cc19778f5613f1837aca4212a0d299d75bd524134f865774928'
117
 ONERNG_PACKAGE_HASH='a9801993ffef1cc19778f5613f1837aca4212a0d299d75bd524134f865774928'
118
 
118