1
0
Fork 0
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:
George Hunt 2017-09-04 11:50:30 -07:00
parent 1f3dfd19d4
commit 633be1964c

View file

@ -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