simple server-side plugin to allow users to print files
This commit is contained in:
commit
fd42fed19d
4 changed files with 51 additions and 0 deletions
6
install.sh
Executable file
6
install.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue