Skip to content

Commit 659a737

Browse files
committed
fix script again
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 7038aff commit 659a737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/install_drivers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ InstallIGFX () {
140140
get_release oneapi-src/level-zero $L0_TAG \
141141
| grep ".*$UBUNTU_VER.*deb" \
142142
| wget -qi -
143-
dpkg -i *.deb && rm *.deb *.sum
143+
dpkg -i --force-overwrite *.deb && rm *.deb *.sum
144144
mkdir -p /usr/local/lib/igc/
145145
echo "$IGC_TAG" > /usr/local/lib/igc/IGCTAG.txt
146146
if [ "$IS_IGC_DEV" == "Yes" ]; then

0 commit comments

Comments
 (0)