Use rm -rf (#3990)
This commit is contained in:
@ -57,7 +57,7 @@ software on Linux x86_64 systems.
|
|||||||
|
|
||||||
Install the latest release with a single shell command:
|
Install the latest release with a single shell command:
|
||||||
```bash
|
```bash
|
||||||
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.13.0/install/solana-install-init.sh | \
|
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.14.0/install/solana-install-init.sh | \
|
||||||
sh -s - --url https://api.beta.testnet.solana.com
|
sh -s - --url https://api.beta.testnet.solana.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ main() {
|
|||||||
need_cmd chmod
|
need_cmd chmod
|
||||||
need_cmd mkdir
|
need_cmd mkdir
|
||||||
need_cmd rm
|
need_cmd rm
|
||||||
need_cmd rmdir
|
|
||||||
need_cmd sed
|
need_cmd sed
|
||||||
need_cmd grep
|
need_cmd grep
|
||||||
|
|
||||||
@ -113,7 +112,7 @@ main() {
|
|||||||
retval=$?
|
retval=$?
|
||||||
|
|
||||||
ignore rm "$solana_install"
|
ignore rm "$solana_install"
|
||||||
ignore rmdir "$temp_dir"
|
ignore rm -rf "$temp_dir"
|
||||||
|
|
||||||
return "$retval"
|
return "$retval"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user