mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-09 18:46:47 +00:00
apt-get update before install to fix ci
This commit is contained in:
parent
6ba1685ade
commit
ddf5474917
@ -20,6 +20,7 @@ run_cvd_bin() {
|
||||
|
||||
setup_env() {
|
||||
curl -LO https://github.com/topjohnwu/magisk-files/releases/download/files/cuttlefish-base_1.2.0_amd64.deb
|
||||
sudo apt-get update
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user