@ -15,8 +15,11 @@ function check-armhf() {
ARMHF="$(dpkg --print-foreign-architectures | grep "armhf")"
}
echo "uninstalling box86..."
sudo apt purge box86 -y || error "Failed to uninstall box86!"
if command -v box86 >/dev/null;then
fi
echo "removing box86 repo..."
sudo rm -f /etc/apt/sources.list.d/box86.list || error "Failed to remove repo!"
echo "removing box86 repo key..."