Skip to content
Snippets Groups Projects
Commit f4e65c23 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed mediaimport package name

parent 6bd6acbb
Branches master stable
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def setup(interactive=True):
raise Exception('Invalid user/pass definition, separator not present or too many detected')
# Run commands
cmds = [
'apt-get install --yes pure-ftpd python3-unidecode python3-mediaserver-mediaimport openssl',
'apt-get install --yes pure-ftpd python3-unidecode openssl ubicast-mediaimport',
dict(line='adduser --disabled-login --gecos "" --shell /bin/false ftp', cond='id ftp', cond_neg=True, cond_skip=True),
'mkdir -p /usr/local/bin',
'cp "%s/mediaimport_create_ftp_user.sh" /usr/local/bin' % (dir_path),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment