This commit is contained in:
pi-farm
2023-11-17 18:28:21 +01:00
commit 83aebf933f
20 changed files with 274 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
bash run.sh install
exit
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
bash run.sh setup
exit
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
bash run.sh update
rpc.mountd
df -h
showmount -e
exit