Changes between Version 11 and Version 12 of NSM2021/Agenda/Librenms


Ignore:
Timestamp:
May 9, 2021, 5:54:10 PM (4 years ago)
Author:
tuwan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NSM2021/Agenda/Librenms

    v11 v12  
    5656If this script fails, The workaround is to install the composer package manually.
    5757
    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
     59wget https://getcomposer.org/composer-stable.phar
     60mv composer-stable.phar /usr/bin/composer
     61chmod +x /usr/bin/composer
     62}}}
    6363
    6464
    6565
    66