8 lines
92 B
Bash
Executable File
8 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# RIBS installer
|
|
|
|
rsync -av --chown=root:root dist/ /
|
|
chmod 777 /var/log/ribs
|
|
|