Skip to content

Commit

Permalink
update type names
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 3, 2020
1 parent 10fc05a commit 575a9dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INFO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source /pkgscripts/include/pkg_util.sh

package="HomebridgeDocker"
version="1.1.0"
version="1.2.0"
maintainer="oznu"
displayname="Homebridge"
description="HomeKit support for the impatient using Docker on Synology DSM."
Expand Down
2 changes: 1 addition & 1 deletion WIZARD_UIFILES/install_uifile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "singleselect",
"subitems": [{
"key": "homebridge_pkgwizard_image_type_latest",
"desc": "Alpine Linux (Recommended)",
"desc": "Alpine Linux (without Avahi) - Recommended",
"defaultValue": true
},{
"key": "homebridge_pkgwizard_image_type_ubuntu_no_avahi",
Expand Down
4 changes: 2 additions & 2 deletions WIZARD_UIFILES/upgrade_uifile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"type": "singleselect",
"subitems": [{
"key": "homebridge_pkgwizard_image_type_latest",
"desc": "Alpine Linux (Recommended)",
"desc": "Alpine Linux (without Avahi) - Recommended",
"defaultValue": true
},{
"key": "homebridge_pkgwizard_image_type_ubuntu_no_avahi",
"desc": "Ubuntu 18.04 (without Avahi)",
"defaultValue": false
},{
"key": "homebridge_pkgwizard_image_type_ubuntu",
"desc": "Ubuntu 18.04",
"desc": "Ubuntu 18.04 (with Avahi)",
"defaultValue": false
}]
}]
Expand Down

0 comments on commit 575a9dc

Please sign in to comment.