File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ AUTHORS
5454
5555COPYING
5656-------
57- Copyright \( C) 2012-2020 the `AUTHORS `_.
57+ Copyright \( C) 2012-2025 the `AUTHORS `_.
5858You can redistribute it and/or modify it under the terms of the GNU General
5959Public License as published by the Free Software Foundation, either version 3 of
6060the License, or (at your option) any later version.
Original file line number Diff line number Diff line change 33# 2011 Ramon Salvadó (rsalvado at gnuine.com)
44# 2012-2015 Steven Armstrong (steven-cdist at armstrong.cc)
55# 2012-2019 Nico Schottelius (nico-cdist at schottelius.org)
6- # 2020 Dennis Camera (dennis.camera at riiengineering.ch)
6+ # 2020,2025 Dennis Camera (dennis.camera at riiengineering.ch)
77#
88# This file is part of skonfig-base.
99#
@@ -81,7 +81,7 @@ invalid_timezone() {
8181# some OSes require a timezone package to be installed first
8282case ${os}
8383in
84- (archlinux |alpine|debian|devuan|ubuntu|centos|redhat|scientific|voidlinux)
84+ (adelie |alpine|archlinux |debian|devuan|ubuntu|centos|redhat|scientific|voidlinux)
8585 __package tzdata
8686 export require=__package/tzdata
8787 ;;
102102# configure the timezone
103103case ${os}
104104in
105- (alpine|slackware)
105+ (adelie| alpine|slackware)
106106 test -n " ${zoneinfo_file} " || invalid_timezone
107107 ;;
108108 (coreos|debian|devuan|ubuntu)
You can’t perform that action at this time.
0 commit comments