From 9b2d9a5565c4b19c7c1ca180ac5bfb1496491534 Mon Sep 17 00:00:00 2001 From: Tau Date: Sat, 3 Feb 2024 20:12:57 +0100 Subject: [PATCH] changes albius to own fork --- etc/config/hooks/live/001-install-vanilla-installer.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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