Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Implement unified interface to install scripts #11

Merged
merged 9 commits into from
Feb 8, 2017

Commits on Feb 6, 2017

  1. Initial commit for hassbian-config script.

    The hassbian-config script is a framework for configuring the installed packages on the system.
    It utilises the install scripts with minor modifications for inclusion into the framework.
    
    hassbian-config defines three operations: install, show and info
    
    install will install the named software package (hassbian-config calls this a "suite")
    show will show all available installers.
    info will show information about the suite selected.
    
    As of this version, there is no kind of state kept by hassbian-config; this will likely need to be changed.
    kxtcd950 committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    a66428b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b16c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c99336a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58c0ddd View commit details
    Browse the repository at this point in the history
  5. Added stanzas to all suite installers; updated install_homeassistant.…

    …sh to be "just" another suite.
    kxtcd950 committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    1c653b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdb93c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Fixup tabs

    Correct /bin/sh stanza which precludes the "function" keyword
    Restore old functionality if installer is run standalone.
    kxtcd950 committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    d16bbf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21dd164 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    37a636e View commit details
    Browse the repository at this point in the history