azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
899 stars 63 forks source link

Support for Fedora 27 #703

Open eljojo opened 6 years ago

eljojo commented 6 years ago
  1. What are you trying do accomplish? Install azk on Fedora 27

  2. Steps to reproduce the described behavior

use the suggested install script from the repo's main README

  1. Output
$ ./install.sh
[azk] Checking platform.......................................[ DONE ]
[azk]   Detected platform: linux, x64
[azk]   Detected distribution: fedora, 27
[azk] Enabling sudo...........................................[ WAIT ]
[azk]   echo sudo enabled
[sudo] password for jojo: 
[azk] Enabling sudo...........................................[ DONE ]

[azk] [ERROR]   Unsupported Fedora version.
[azk] [ERROR]   Feel free to ask support for it by opening an issue at:
[azk] [ERROR]     https://github.com/azukiapp/azk/issues
[azk] [ERROR] Failed to install azk.
  1. Further info

a. Which OS / distro? Fedora 27

FDiskas commented 5 years ago
$ sh <( wget -nv http://run.azk.io/start.sh -t 2 -T 10 -O- ) CodersAKL/FrontKit

Redirecting output to ‘wget-log’.

Hi! The Run Project button is a feature of azk.
    azk is an open-source engine to orchestrate development environments.

    It seems you don't have azk installed on your machine yet.

    Installing azk in 10 seconds.
    To prevent its installation, just press CTRL+C now.

[azk] Checking platform.......................................[ DONE ]
[azk]   Detected platform: linux, x64
[azk]   Detected distribution: fedora, 29
[azk] Enabling sudo...........................................[ WAIT ]
[azk]   echo sudo enabled
[sudo] password for FDisk: 
[azk] Enabling sudo...........................................[ DONE ]

[azk] [ERROR]   Unsupported Fedora version.
[azk] [ERROR]   Feel free to ask support for it by opening an issue at:
[azk] [ERROR]     https://github.com/azukiapp/azk/issues
[azk] [ERROR] Failed to install azk.