From 84f78c278e7406e1be65e4f9b28f0e38adf85a00 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Wed, 16 Jun 2021 22:22:26 +0430 Subject: [PATCH] anbox: Also check for lxc package incase lxc1 fails --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f51def0..82ff4a2 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -48,7 +48,7 @@ fi echo "Installing packages" apt update -apt install -y lxc1 +apt install -y lxc1 || apt install -y lxc apt install -y libgbinder sensorfw-qt5 libsensorfw-qt5-plugins || touch NO_SENSORS if [ ! -f NO_SENSORS ]; then rm anbox-sensors_0.1.0_${ARCH}.deb -- 2.47.3