From 8bfe62f3aac2f9d86f5385efab634a32ae23e82b Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 13 Jan 2024 13:21:54 +0300 Subject: [PATCH] scripts not needed --- scripts/hero_install.sh | 15 --------------- scripts/v_install.sh | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 scripts/hero_install.sh delete mode 100644 scripts/v_install.sh diff --git a/scripts/hero_install.sh b/scripts/hero_install.sh deleted file mode 100644 index 9956da2..0000000 --- a/scripts/hero_install.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/v_install.sh b/scripts/v_install.sh deleted file mode 100644 index 9956da2..0000000 --- a/scripts/v_install.sh +++ /dev/null @@ -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 \ No newline at end of file