mirror of
https://github.com/bettercap/bettercap
synced 2025-07-05 20:42:09 -07:00
fix: using static url for qemu
This commit is contained in:
parent
c2be8a440b
commit
d5e5abcb9b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ finish: &finish
|
|||
cross_deps: &cross_deps
|
||||
<<: *linux_deps
|
||||
before_install:
|
||||
- wget --show-progress -qcO "qemu.deb" "https://debian.grena.ge/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-6+b1_amd64.deb"
|
||||
- wget --show-progress -qcO "qemu.deb" "https://github.com/bettercap/buildutils/raw/main/qemu-user-static_5.2_dfsg-9_amd64.deb"
|
||||
- sudo dpkg -i "qemu.deb"
|
||||
|
||||
normal_install: &normal_install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue