File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- # scripts
1
+ # Scripts
2
2
3
3
Bash scipts for config, install, update betterfetch
4
4
@@ -33,3 +33,16 @@ curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/rs/up
33
33
``` bash
34
34
curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/cpp/update.sh | bash
35
35
```
36
+
37
+ # Uninstallation
38
+ The uninstall scripts
39
+ ## Uninstall betterfetch rust
40
+ ``` bash
41
+ curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/rs/uninstall.sh | bash
42
+ ```
43
+
44
+ ## Uninstall betterfetch c++
45
+
46
+ ``` bash
47
+ curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/cpp/uninstall.sh | bash
48
+ ```
Original file line number Diff line number Diff line change 2
2
echo " Uninstalling betterfetch"
3
3
echo " input path to the betterfetch installation directory"
4
4
5
- read INSTALL_DIR
5
+ read -r INSTALL_DIR
6
6
# INSTALL_DIR=$1
7
7
CARGO_BIN_PATH=$HOME /.cargo/bin/
8
8
You can’t perform that action at this time.
0 commit comments