Loading setup.sh +7 −1 Original line number Original line Diff line number Diff line Loading @@ -11,3 +11,9 @@ rm -rf build dist nested.egg-info mkdir -p /etc/nested mkdir -p /etc/nested cp config.yml /etc/nested/. cp config.yml /etc/nested/. cp nested/config/gt.style /etc/nested/. cp nested/config/gt.style /etc/nested/. # #move config file after local installation with 'pip3 install --user' # mkdir -p ~/.local/etc # mkdir -p ~/.local/etc/nested # cp config.yml ~/.local/etc/nested/. # cp nested/config/gt.style ~/.local/etc/nested No newline at end of file Loading
setup.sh +7 −1 Original line number Original line Diff line number Diff line Loading @@ -11,3 +11,9 @@ rm -rf build dist nested.egg-info mkdir -p /etc/nested mkdir -p /etc/nested cp config.yml /etc/nested/. cp config.yml /etc/nested/. cp nested/config/gt.style /etc/nested/. cp nested/config/gt.style /etc/nested/. # #move config file after local installation with 'pip3 install --user' # mkdir -p ~/.local/etc # mkdir -p ~/.local/etc/nested # cp config.yml ~/.local/etc/nested/. # cp nested/config/gt.style ~/.local/etc/nested No newline at end of file