scripts not needed

This commit is contained in:
despiegk 2024-01-13 13:21:54 +03:00
parent 08dfdc6fa4
commit 8bfe62f3aa
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
2 changed files with 0 additions and 30 deletions

View File

@ -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

View File

@ -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