update codename to trixie.
Committer: cyteen <cyteen@ring-zero.co.uk>
This commit is contained in:
parent
350fbb861f
commit
20e424832a
|
|
@ -2,7 +2,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# focal, jammy, kinetic, lunar, bookworm, bullseye, sid
|
# focal, jammy, kinetic, lunar, bookworm, bullseye, sid
|
||||||
UPSTREAM_CODENAME="bookworm"
|
# UPSTREAM_CODENAME="bookworm"
|
||||||
|
UPSTREAM_CODENAME="trixie"
|
||||||
|
|
||||||
curl --progress-bar --proto '=https' --tlsv1.2 -Sf https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg
|
curl --progress-bar --proto '=https' --tlsv1.2 -Sf https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg
|
||||||
|
|
||||||
|
|
@ -15,4 +16,3 @@ apt-get update && apt-get install -y waydroid
|
||||||
waydroid init
|
waydroid init
|
||||||
|
|
||||||
waydroid container start
|
waydroid container start
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue