release: Update appimage and docker scripts for new release.
This commit is contained in:
parent
7c3db5dc87
commit
afa6870484
3 changed files with 3 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ def run_in_container(container, command):
|
|||
|
||||
def build_ubuntu():
|
||||
cmd("sudo debootstrap --components=main,restricted,universe,multiverse "
|
||||
"eoan ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
|
||||
"focal ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
|
||||
run_in_container("ubuntu.part",
|
||||
"ln -sf /lib/systemd/resolv.conf /etc/resolv.conf")
|
||||
os.rename("ubuntu.part", "ubuntu")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue