Skip to content

It doesn't work for Ubuntu 24.04 #13

@xVIK89x

Description

@xVIK89x

if ! execute_simple "bash yes | /tmp/webmin-setup-repo.sh " "Setting up Webmin repository"; then

The correct format is

if ! execute_simple "sh /tmp/webmin-setup-repo.sh < <(yes)" "Setting up Webmin repository"; then

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions