Skip to content

Commit 5b575df

Browse files
committed
chore: add yes tag for install font
1 parent f896db7 commit 5b575df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4040
yes|sudo apt install ./google-chrome-stable_current_amd64.deb
4141

4242
echo "*********************** install support font ***********************"
43-
sudo apt install fonts-wqy-microhei
43+
yes|sudo apt install fonts-wqy-microhei
4444

4545
echo "*********************** install DOTNET ***********************"
4646
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb

0 commit comments

Comments
 (0)