Skip to content

Commit ddf5474

Browse files
Howard20181topjohnwu
authored andcommitted
apt-get update before install to fix ci
1 parent 6ba1685 commit ddf5474

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/cuttlefish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ run_cvd_bin() {
2020

2121
setup_env() {
2222
curl -LO https://github.com/topjohnwu/magisk-files/releases/download/files/cuttlefish-base_1.2.0_amd64.deb
23+
sudo apt-get update
2324
sudo dpkg -i ./cuttlefish-base_*_*64.deb || sudo apt-get install -f
2425
rm cuttlefish-base_*_*64.deb
2526
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)