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 10, 2024
1 parent d9c4159 commit a0efa15
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 a0efa15

Please sign in to comment.