print3d-nomadnet-plugin/install.sh

6 lines
337 B
Bash
Executable file

#!/bin/sh
mkdir -p ${HOME}/.nomadnetwork/storage/plugins/print3d/files/
mkdir -p ${HOME}/.nomadnetwork/storage/plugins/print3d/printers/
mkdir -p ${HOME}/.nomadnetwork/storage/pages/print3d/
yes | cp -rf ./pages/* ${HOME}/.nomadnetwork/storage/pages/print3d
echo "print3d installed, make sure to make pages/print3d/index.mu accessible!"