This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 98
Combine install/upgrade scripts, and new arguments. #90
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ludeeus
changed the title
Combine install/upgrade scripts.
WIP: Combine install/upgrade scripts.
Jan 28, 2018
ludeeus
changed the title
WIP: Combine install/upgrade scripts.
WIP: Combine install/upgrade scripts, and new arguments.
Jan 28, 2018
If user input is required, like in the duckdns script, they do not need an implementation for
|
ludeeus
changed the title
WIP: Combine install/upgrade scripts, and new arguments.
Combine install/upgrade scripts, and new arguments.
Jan 28, 2018
Landrash
approved these changes
Feb 4, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Merging into dev.
This was referenced Feb 4, 2018
Closed
3 tasks
3 tasks
Merged
2 tasks
quenbert
referenced
this pull request
in home-assistant/home-assistant.io
Mar 12, 2018
Line 40 Change: You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade homeassistant` to You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant` as this was incorrect
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All scripts has been renamed, they are no longer prefix'd by install_ / upgrade_.
If there was an install and upgrade script, these are now combined.
functions in
hassbian-config
is updated to new structure.Add command line option
-f
to to force scripts.Add command line option
-y
to to accept pormts.