Update install.sh
This commit is contained in:
committed by
GitHub
parent
1da5beb961
commit
00bad37f4d
@@ -95,14 +95,12 @@ install_mise_en_place() {
|
|||||||
|
|
||||||
mise install
|
mise install
|
||||||
|
|
||||||
NODE_PATH="~/.local/share/mise/installs/node/latest/bin"
|
PATH="$HOME/.local/share/mise/shims:$PATH"
|
||||||
PYTHON_PATH="~/.local/share/mise/installs/python/latest/bin"
|
|
||||||
export PATH=$NODE_PATH:$PYTHON_PATH:$PATH
|
|
||||||
}
|
}
|
||||||
|
|
||||||
install_tools() {
|
install_tools() {
|
||||||
# Used to read toml files from bash scripts
|
# Used to read toml files from bash scripts
|
||||||
~/.local/share/mise/installs/python/latest/bin/python -m pip install toml-cli
|
python -m pip install toml-cli
|
||||||
}
|
}
|
||||||
|
|
||||||
download_enigma_source() {
|
download_enigma_source() {
|
||||||
|
|||||||
Reference in New Issue
Block a user