We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7038aff commit 659a737Copy full SHA for 659a737
devops/scripts/install_drivers.sh
@@ -140,7 +140,7 @@ InstallIGFX () {
140
get_release oneapi-src/level-zero $L0_TAG \
141
| grep ".*$UBUNTU_VER.*deb" \
142
| wget -qi -
143
- dpkg -i *.deb && rm *.deb *.sum
+ dpkg -i --force-overwrite *.deb && rm *.deb *.sum
144
mkdir -p /usr/local/lib/igc/
145
echo "$IGC_TAG" > /usr/local/lib/igc/IGCTAG.txt
146
if [ "$IS_IGC_DEV" == "Yes" ]; then
0 commit comments