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
|
||||
|
||||
# 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
|
||||
|
||||
|
|
@ -12,7 +13,6 @@ ln -sf /etc/apt/sources.list-available/waydroid.list /etc/apt/sources.list.d/way
|
|||
|
||||
apt-get update && apt-get install -y waydroid
|
||||
|
||||
waydroid init
|
||||
waydroid init
|
||||
|
||||
waydroid container start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue