6 lines
127 B
Bash
6 lines
127 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# This file only installs what is needed for the sync to perform...
|
||
|
|
||
|
$SUDO $PM $PM_INSTALL $PM_NOCONFIRM \
|
||
|
rsync
|