We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1235 commit 3348362Copy full SHA for 3348362
.github/install-ubuntu.sh
@@ -9,6 +9,7 @@ APT_FLAGS=(-q -o=Dpkg::Use-Pty=0)
9
export DEBIAN_FRONTEND=noninteractive
10
11
apt-get ${APT_FLAGS[@]} update
12
+apt-get ${APT_FLAGS[@]} -y dist-upgrade
13
apt-get ${APT_FLAGS[@]} install -y locales
14
locale-gen en_US.UTF-8
15
0 commit comments