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