From 72b80485a7f2d020fada494e5b8974763e6c4732 Mon Sep 17 00:00:00 2001 From: karasu Date: Fri, 17 Mar 2017 22:23:56 +0100 Subject: [PATCH] Fixes https://github.com/Antergos/Cnchi/issues/720 --- cnchi/info.py | 2 +- cnchi/installation/install.py | 3 --- data/packages.xml | 1 + update.info | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cnchi/info.py b/cnchi/info.py index d9d2c5546..ad86a8987 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.255" +CNCHI_VERSION = "0.14.256" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/cnchi/installation/install.py b/cnchi/installation/install.py index 22ac1bd94..8fac8414d 100644 --- a/cnchi/installation/install.py +++ b/cnchi/installation/install.py @@ -855,9 +855,6 @@ def setup_features(self): services.append('org.cups.cupsd') services.append('avahi-daemon') - if self.settings.get("feature_smb"): - services.append("smbd") - if self.settings.get("feature_firewall"): logging.debug("Configuring firewall...") # Set firewall rules diff --git a/data/packages.xml b/data/packages.xml index 72804417d..037f7e108 100644 --- a/data/packages.xml +++ b/data/packages.xml @@ -609,6 +609,7 @@ paranoid + cifs-utils gvfs-smb kdenetwork-filesharing python-pysmbc diff --git a/update.info b/update.info index e76958c0e..e43f5d8dc 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.255","files":[ +{"version":"0.14.256","files":[ ]}