Cleanup install deps

This commit is contained in:
Nicolas Mowen 2026-03-09 17:03:20 -06:00
parent d27cb2a924
commit 001b88d56c

View File

@ -127,7 +127,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
dpkg -i *.deb dpkg -i *.deb
rm *.deb rm *.deb
apt-get install -f -y apt-get -qq install -f -y
fi fi
if [[ "${TARGETARCH}" == "arm64" ]]; then if [[ "${TARGETARCH}" == "arm64" ]]; then