From c76cc4c6bd6ac726357f25f7982195e52716b300 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 16 Aug 2024 15:58:21 -0700 Subject: [PATCH] Update cuttlefish hostside tools --- scripts/cuttlefish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cuttlefish.sh b/scripts/cuttlefish.sh index d9ed6948d..5f2f664ce 100755 --- a/scripts/cuttlefish.sh +++ b/scripts/cuttlefish.sh @@ -19,7 +19,7 @@ run_cvd_bin() { } setup_env() { - curl -LO https://github.com/topjohnwu/magisk-files/releases/download/files/cuttlefish-base_0.9.29_amd64.deb + curl -LO https://github.com/topjohnwu/magisk-files/releases/download/files/cuttlefish-base_0.9.30_amd64.deb sudo dpkg -i ./cuttlefish-base_*_*64.deb || sudo apt-get install -f rm cuttlefish-base_*_*64.deb echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules