5 lines
72 B
Bash
5 lines
72 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "**** installing rsync ****"
|
||
|
apk add --no-cache rsync
|