Compare commits

...

No commits in common. "81c4f90c6b263c5203f5777ff57b5a224a9da46c" and "1cb1f1bd2d97bfd2b1db13b46b4507effb95e941" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ runs:
then
echo "rsync is already installed"
else
sudo apt-get install -y rsync
apt-get install -y rsync
fi
shell: bash