|
|
@@ -1,9 +1,9 @@
|
|
|
# SecureCRT
|
|
|
```
|
|
|
-sudo perl <(curl -sSL "https://raw.githubusercontent.com/MoeClub/Note/master/SecureCRT.SecureFX/Install/securecrt.pl") /Applications/SecureCRT.app/Contents/MacOS/SecureCRT
|
|
|
+sudo bash -c 'perl <(curl -sSL "https://raw.githubusercontent.com/MoeClub/Note/master/SecureCRT.SecureFX/Install/securecrt.pl") /Applications/SecureCRT.app/Contents/MacOS/SecureCRT'
|
|
|
```
|
|
|
|
|
|
# SecureFX
|
|
|
```
|
|
|
-sudo perl <(curl -sSL "https://raw.githubusercontent.com/MoeClub/Note/master/SecureCRT.SecureFX/Install/securefx.pl") /Applications/SecureFX.app/Contents/MacOS/SecureFX
|
|
|
+sudo bash -c 'perl <(curl -sSL "https://raw.githubusercontent.com/MoeClub/Note/master/SecureCRT.SecureFX/Install/securefx.pl") /Applications/SecureFX.app/Contents/MacOS/SecureFX'
|
|
|
```
|