From fd868f33476ac0fbe7ee873ec0b9cf90c632d4c9 Mon Sep 17 00:00:00 2001 From: mintpic dev <108204467+mintpic@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:58:44 -0500 Subject: [PATCH] Commit new --- install/install.sh | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/install/install.sh b/install/install.sh index d04e1e1..3daa35a 100644 --- a/install/install.sh +++ b/install/install.sh @@ -1,15 +1,15 @@ #!/bin/sh -# This script installs LiveTerm. +# This script installs NullShift. # -# Found a bug? Report it here: https://github.com/Cveinnt/LiveTerm/issues +# Found a bug? Report it here: https://github.com/itjeff/nullshift/issues set -e -u -eval "git clone 'https://github.com/Cveinnt/LiveTerm.git'" +eval "git clone 'https://github.com/itjeff/nullshift.git'" -cd LiveTerm +cd nullshift -echo "LiveTerm cloned! Installing dependencies..." +echo "NullShift cloned! Installing dependencies..." if command -v yarn >/dev/null 2>&1 ; then yarn install @@ -34,20 +34,16 @@ fi cat <<-'EOM' - █████ ███ ███████████ -░░███ ░░░ ░█░░░███░░░█ - ░███ ████ █████ █████ ██████ ░ ░███ ░ ██████ ████████ █████████████ - ░███ ░░███ ░░███ ░░███ ███░░███ ░███ ███░░███░░███░░███░░███░░███░░███ - ░███ ░███ ░███ ░███ ░███████ ░███ ░███████ ░███ ░░░ ░███ ░███ ░███ - ░███ █ ░███ ░░███ ███ ░███░░░ ░███ ░███░░░ ░███ ░███ ░███ ░███ - ███████████ █████ ░░█████ ░░██████ █████ ░░██████ █████ █████░███ █████ -░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░ ░░░░░ - +███ ██ ██ ██ ██ ██ ███ ██ ██ ██ ███████ ████████ +████ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██ +██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ █████ ██ +██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ +██ ████ ██████ ███████ ███████ ██ ████ ███████ ██ ███████ ██ -LiveTerm has been downloaded to the current directory. +NullShift has been downloaded to the current directory. You can start developing it with: -cd LiveTerm && yarn dev +cd nullshift && yarn dev This will open a local port at http://localhost:3000, where you can preview your website. To apply changes, edit: @@ -56,4 +52,4 @@ config.json And the changes should be applied upon saves! -EOM \ No newline at end of file +EOM