Skip to content

Commit

Permalink
add support for Parrot OS (thanks @qdii), fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Jan 17, 2025
1 parent 01274c9 commit 2c562e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$input_method = '' # A default input method to be used in X11. For more details see the comments at the top of /etc/X11/xim

case $facts['os']['name'] {
/(Ubuntu|Debian|LinuxMint|Linuxmint|Raspbian|Kali|Pop!_OS)/: {
/(Ubuntu|Debian|LinuxMint|Linuxmint|Raspbian|Kali|Pop!_OS|Parrot)/: {
$locale_gen_cmd = '/usr/sbin/locale-gen'
$update_locale_cmd = '/usr/sbin/update-locale'
$supported_locales = '/usr/share/i18n/SUPPORTED' # ALL locales support
Expand All @@ -36,7 +36,7 @@
$update_locale_pkg = 'libc-bin'
$config_file = '/etc/locale.gen'
}
/(Debian|Raspbian|Kali)/: {
/(Debian|Raspbian|Kali|Parrot)/: {
if versioncmp($facts['os']['release']['major'], '12') >= 0 {
$default_file = '/etc/locale.conf'
} else {
Expand Down

0 comments on commit 2c562e2

Please sign in to comment.