mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Touch-ups for: scripts/install_python2_kalite-venv_u2404.sh
This commit is contained in:
parent
6819123fed
commit
73e94abe3f
2 changed files with 3 additions and 4 deletions
|
@ -63,8 +63,8 @@
|
|||
extra_args: "--no-cache-dir"
|
||||
when: not (is_ubuntu_2404 is defined and is_ubuntu_2404)
|
||||
|
||||
- name: Use scripts/U2404_python2.sh to install python2 and virtualenv
|
||||
command: bash "{{ iiab_dir }}/scripts/U2404_python2.sh"
|
||||
- name: Run scripts/install_python2_kalite-venv_u2404.sh if Ubuntu 24.04
|
||||
command: bash "{{ iiab_dir }}/scripts/install_python2_kalite-venv_u2404.sh"
|
||||
when: is_ubuntu_2404 is defined and is_ubuntu_2404
|
||||
|
||||
- name: "Install from templates: venv wrapper /usr/bin/kalite, unit file /etc/systemd/system/kalite-serve.service"
|
||||
|
|
1
scripts/U2404_python2.sh → scripts/install_python2_kalite-venv_u2404.sh
Normal file → Executable file
1
scripts/U2404_python2.sh → scripts/install_python2_kalite-venv_u2404.sh
Normal file → Executable file
|
@ -45,4 +45,3 @@ apt -y remove libmpdec3 python3-pip python3-wheel
|
|||
|
||||
apt update
|
||||
apt -y upgrade
|
||||
|
Loading…
Reference in a new issue