Fix nanorc

This commit is contained in:
VirtuBox
2019-11-02 19:37:52 +01:00
parent 8be23bba38
commit 0c59efd90f
3 changed files with 32 additions and 19 deletions

View File

@@ -465,11 +465,6 @@ class WOStackController(CementBaseController):
if not os.path.exists('/usr/share/nano-syntax-highlighting'):
Log.debug(self, "Setting packages variable for nanorc")
apt_packages = apt_packages + ['nano']
packages = [
['https://github.com/scopatz/'
'nanorc/archive/master.tar.gz',
'/var/lib/wo/tmp/nanorc.tar.gz',
'nanorc']]
# UTILS
if pargs.utils: