commit | cbefbe5fa5c6f2af59900dc155bd0b4275615572 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Sep 10 06:33:00 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 10 06:33:00 2024 +0000 |
tree | 018d7a803fbfaac8143087b8ea25d0ea6e2f2ebc | |
parent | 8359ca558c6179cad7cbcbf83d1585e404c576af [diff] | |
parent | 37dda337708b8a3b1e1fe722c3939a60910c7933 [diff] |
Fix typo in ttyd download URL am: 37dda33770 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3261453 Change-Id: I23532aadc66d2afb78b170eb25f141e1c911cd75 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/LinuxInstaller/linux_image_builder/setup_x86_64.sh b/android/LinuxInstaller/linux_image_builder/setup_x86_64.sh index 9748ce2..c543b2a 100755 --- a/android/LinuxInstaller/linux_image_builder/setup_x86_64.sh +++ b/android/LinuxInstaller/linux_image_builder/setup_x86_64.sh
@@ -4,7 +4,7 @@ tempdir=$(mktemp -d) echo Get Debian image and dependencies... wget https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.raw -O ${tempdir}/debian.img -wget https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.tyd.x86_64 -O ${tempdir}/ttyd +wget https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 -O ${tempdir}/ttyd echo Customize the image... virt-customize --commands-from-file <(sed "s|/tmp|$tempdir|g" commands) -a ${tempdir}/debian.img