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