unquote url var
This commit is contained in:
parent
aa3be7403e
commit
b187ec383e
@ -37,7 +37,7 @@ function update_script() {
|
|||||||
if [[ "$INTEL_RELEASE" != "$(cat ~/.intel_version)" ]]; then
|
if [[ "$INTEL_RELEASE" != "$(cat ~/.intel_version)" ]]; then
|
||||||
msg_info "Updating Intel iGPU dependencies"
|
msg_info "Updating Intel iGPU dependencies"
|
||||||
for url in "${INTEL_URLS[@]}"; do
|
for url in "${INTEL_URLS[@]}"; do
|
||||||
curl -fsSLO "$url"
|
curl -fsSLO $url
|
||||||
done
|
done
|
||||||
$STD dpkg -i ./*.deb
|
$STD dpkg -i ./*.deb
|
||||||
rm ./*.deb
|
rm ./*.deb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user