ci: Use sudo before localectl
should help resolve: + localectl set-locale LANG=en_US.UTF-8 Failed to issue method call: Interactive authentication required.
This commit is contained in:
parent
3b75d032d0
commit
28a6346d87
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ PROJECT=${1:-osbuild-composer}
|
|||
|
||||
# set locale to en_US.UTF-8
|
||||
sudo dnf install -y glibc-langpack-en
|
||||
localectl set-locale LANG=en_US.UTF-8
|
||||
sudo localectl set-locale LANG=en_US.UTF-8
|
||||
|
||||
# Colorful output.
|
||||
function greenprint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue