From 8e7b0187227be7d57ea4cfc1d4ae1be73df27fd4 Mon Sep 17 00:00:00 2001 From: Cedric <14017092+douyixuan@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:21:44 +0800 Subject: [PATCH] add scripts path to env --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 84517ad..49092d0 100644 --- a/install.sh +++ b/install.sh @@ -1 +1,2 @@ export PATH=${PWD}/output:${PATH} +export PATH=${PWD}/scripts:${PATH}