Appearance
bash: /dev/fd/63:
原指令:
sudo bash <(curl -sSLk https://xxxx)
修改后指令:
sudo bash -c "$(curl -sSLk https://xxxx)"