From 5b575df4a6ab9a5e5b2708436b8b360ff2c4a837 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 10 Aug 2025 11:58:02 +0800 Subject: [PATCH] chore: add yes tag for install font --- scripts/linux/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/deploy.sh b/scripts/linux/deploy.sh index 13db7fd2a85..e0c59da7491 100644 --- a/scripts/linux/deploy.sh +++ b/scripts/linux/deploy.sh @@ -40,7 +40,7 @@ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb yes|sudo apt install ./google-chrome-stable_current_amd64.deb echo "*********************** install support font ***********************" -sudo apt install fonts-wqy-microhei +yes|sudo apt install fonts-wqy-microhei echo "*********************** install DOTNET ***********************" wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb