Skip to content

Commit

Permalink
Update cuttlefish hostside tools
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Aug 16, 2024
1 parent 52b75c5 commit c76cc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cuttlefish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76cc4c

Please sign in to comment.