Update README

This commit is contained in:
2024-06-25 08:37:37 +08:00
parent 3d63f9c254
commit 3a0a411586
4 changed files with 59 additions and 28 deletions

View File

@ -6,8 +6,6 @@ set -euo
if [[ $ID == "debian" ]]; then
apt update && apt-get install -y rsync jq parallel
#elif [[ $ID == "centos" ]]; then
# yum -y install jq rsync parallel
elif [[ $ID_LIKE == "arch" ]]; then
pacman -Syyu && pacman -S parallel jq rsync
else