scripts not needed
This commit is contained in:
parent
08dfdc6fa4
commit
8bfe62f3aa
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
clear
|
||||
|
||||
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
export NU_CONFIG_DIR=${BASE}/nushell/config
|
||||
export PATH=${BASE}/bin:${BASE}/v:${PATH}
|
||||
|
||||
echo "INSTALL HERO"
|
||||
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
|
||||
bash /tmp/hero_install.sh
|
||||
sudo cp ~/hero/bin/hero $BASE/../bin/
|
||||
hero -help
|
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
clear
|
||||
|
||||
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
export NU_CONFIG_DIR=${BASE}/nushell/config
|
||||
export PATH=${BASE}/bin:${BASE}/v:${PATH}
|
||||
|
||||
echo "INSTALL HERO"
|
||||
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
|
||||
bash /tmp/hero_install.sh
|
||||
sudo cp ~/hero/bin/hero $BASE/../bin/
|
||||
hero -help
|
Loading…
Reference in New Issue
Block a user