Skip to content

Commit

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

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

preinstall-binaries() {
Expand Down

0 comments on commit 4a1e223

Please sign in to comment.