commit | 24cf9d8ba09a82f32e2e82ba4a92aae35f622614 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Sep 10 07:02:34 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 10 07:02:34 2024 +0000 |
tree | 781b6749727e981065564debf145fd3d744b5a72 | |
parent | 5101a2d9bdab8bfec251891c2f4aef8b2d814bee [diff] | |
parent | cbefbe5fa5c6f2af59900dc155bd0b4275615572 [diff] |
Fix typo in ttyd download URL am: 37dda33770 am: cbefbe5fa5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3261453 Change-Id: I481e626f9ebf1e5e34f3fd99cfed321fd6a5482d 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