We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9c28a commit 7a6156eCopy full SHA for 7a6156e
scripts/linux/deploy.sh
@@ -40,7 +40,7 @@ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
40
yes|sudo apt install ./google-chrome-stable_current_amd64.deb
41
42
echo "*********************** install support font ***********************"
43
-sudo apt install fonts-wqy-microhei
+yes|sudo apt install fonts-wqy-microhei
44
45
echo "*********************** install DOTNET ***********************"
46
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
0 commit comments