Skip to content

Commit a54c748

Browse files
committed
Fix to icc profile
1 parent 2fa1279 commit a54c748

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

biglinux-livecd/usr/share/biglinux/livecd/script/icc_disable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
jaq 'map(
3+
jaq -i 'map(
44
if .data then
55
.data |= map(
66
if has("edidHash") then

biglinux-livecd/usr/share/biglinux/livecd/script/icc_enable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
jaq 'map(
3+
jaq -i 'map(
44
if .data then
55
.data |= map(
66
if has("edidHash") then

0 commit comments

Comments
 (0)