Cleanup install deps

This commit is contained in:
Nicolas Mowen
2026-03-09 17:03:20 -06:00
parent d27cb2a924
commit 001b88d56c
+1 -1
View File
@@ -127,7 +127,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
dpkg -i *.deb
rm *.deb
apt-get install -f -y
apt-get -qq install -f -y
fi
if [[ "${TARGETARCH}" == "arm64" ]]; then