Skip to content

Commit

Permalink
Fix unsupported local setting
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 9, 2024
1 parent 4548226 commit 7bdf6d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ ubuntu | debian)
sudo apt-get update -qq >/dev/null
sudo apt-get install -y -qq -o=Dpkg::Use-Pty=0 curl
fi
if ! command -v dpkg-reconfigure; then
sudo dpkg-reconfigure --frontend=noninteractive locales
fi
;;
esac

0 comments on commit 7bdf6d8

Please sign in to comment.