Skip to content

It doesn't work for Ubuntu 24.04 #13

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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