diff --git a/etc/config/hooks/live/001-install-vanilla-installer.chroot b/etc/config/hooks/live/001-install-vanilla-installer.chroot index ffe4c324..9c860062 100644 --- a/etc/config/hooks/live/001-install-vanilla-installer.chroot +++ b/etc/config/hooks/live/001-install-vanilla-installer.chroot @@ -1,7 +1,7 @@ #!/bin/sh # Description: Install vanilla-installer from source -wget https://github.com/Vanilla-OS/Albius/releases/download/continuous/albius.deb +wget https://github.com/taukakao/Albius/releases/download/test-timing-pvcreate-workflow/albius.deb apt-get install -y ./albius.deb rm albius.deb