Update codecs_and_tweaks_installer.sh

This commit is contained in:
Paulo Henrique Aleixo de Campos 2024-08-30 13:50:11 -03:00 committed by GitHub
parent 46a55ae188
commit e0d096d322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,9 @@ for app_name in "${apps[@]}"; do
fi
done
### Adding/Confirming 32-bit architecture
sudo dpkg --add-architecture i386
echo -e "Installed tweaks and codecs"
exit 0