m0ar fizax
This commit is contained in:
+3
-2
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo STARTING UNINSTALLATION
|
||||
echo "STARTING UNINSTALLATION"
|
||||
# nuke dirs
|
||||
rm -rf ~/esp/esp-idf 2>/dev/null
|
||||
rm -rf ~/esp/esp-dev-kits 2>/dev/null
|
||||
@@ -17,4 +17,5 @@ sed -i.bak '/# esp-idf-tools/d' ~/.bashrc
|
||||
sed -i '/get-esp-tools/d' ~/.bashrc
|
||||
sed -i '/run-esp-cmd/d' ~/.bashrc
|
||||
sed -i '/esp-install-monitor/d' ~/.bashrc
|
||||
sed -i '/esp-install-logs/d' ~/.bashrc
|
||||
sed -i '/esp-install-logs/d' ~/.bashrc
|
||||
echo "DONE UNINSTALLING"
|
||||
Reference in New Issue
Block a user