mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add uninstall script
This commit is contained in:
parent
605d3627a2
commit
3ec9c45ee3
12
sources/erlang/uninstall
Normal file
12
sources/erlang/uninstall
Normal file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
uninstall_erlang() {
|
||||
local install_type=$1
|
||||
local version=$2
|
||||
local install_path=$3
|
||||
|
||||
rm -rf $install_path
|
||||
}
|
||||
|
||||
uninstall_erlang $@
|
Loading…
Reference in New Issue
Block a user