Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ ciutil 1(+) 1(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 15, 2024
1 parent cd12b14 commit 415aaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install-deb() {
fi

echo "✔ [install-deb]: Extracting *.deb: $pkgs"
( cd /var/cache/apt && sudo find . -iname '*.deb' -print0 | xargs -I {} -0 sudo eatmydata -- dpkg --force-unsafe-io --vextract "{}" / )
( cd /var/cache/apt && sudo find . -iname '*.deb' -print0 | xargs -I {} -0 sudo dpkg --force-unsafe-io --extract "{}" / )
}

preinstall-binaries() {
Expand Down

0 comments on commit 415aaaa

Please sign in to comment.