From 6ffda9dd0663c9f1e3b897083e7c444852a852fd Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 21 Jun 2024 22:52:26 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20build(deps):=20update?= =?UTF-8?q?=20archiso=20version=20to=2078-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/01-online-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/01-online-build b/scripts/01-online-build index 7190e9d..6bb19e4 100755 --- a/scripts/01-online-build +++ b/scripts/01-online-build @@ -8,7 +8,7 @@ echo -e "[Check] Archiso Version !" echo PACKAGE="archiso" - REQ_ARCHISO="archiso 76-1" + REQ_ARCHISO="archiso 78-1" CUR_ARCHISO=$(sudo pacman -Q archiso) if [ "$CUR_ARCHISO" == "$REQ_ARCHISO" ]; then