Changes between Version 11 and Version 12 of NSM2021/Agenda/Librenms
- Timestamp:
- May 9, 2021, 5:54:10 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NSM2021/Agenda/Librenms
v11 v12 56 56 If this script fails, The workaround is to install the composer package manually. 57 57 58 `wget https://getcomposer.org/composer-stable.phar` 59 60 `mv composer-stable.phar /usr/bin/composer` 61 62 `chmod +x /usr/bin/composer` 58 {{{#!bash 59 wget https://getcomposer.org/composer-stable.phar 60 mv composer-stable.phar /usr/bin/composer 61 chmod +x /usr/bin/composer 62 }}} 63 63 64 64 65 65 66