mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
apt->apt-get
This commit is contained in:
parent
1f3dfd19d4
commit
633be1964c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
when: internet_available and is_debian and not npm_exists
|
||||
|
||||
- name: Actually get it installed
|
||||
command: apt install -y npm
|
||||
command: apt-get install -y npm
|
||||
when: internet_available and is_debian and not npm_exists
|
||||
|
||||
- name: Create systemd files and copy our ini file
|
||||
|
|
Loading…
Reference in a new issue