|
|
@ -1,7 +1,4 @@
|
|
|
|
#!/bin/sh
|
|
|
|
#!/bin/sh
|
|
|
|
# This script installs LiveTerm.
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Found a bug? Report it here: https://github.com/Cveinnt/LiveTerm/issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -e -u
|
|
|
|
set -e -u
|
|
|
|
|
|
|
|
|
|
|
@ -15,17 +12,11 @@ if command -v yarn >/dev/null 2>&1 ; then
|
|
|
|
yarn install
|
|
|
|
yarn install
|
|
|
|
else
|
|
|
|
else
|
|
|
|
cat 1>&2 << 'EOA'
|
|
|
|
cat 1>&2 << 'EOA'
|
|
|
|
/=====================================\\
|
|
|
|
|
|
|
|
| COMMAND NOT FOUND: 'yarn' |
|
|
|
|
|
|
|
|
\\=====================================/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uh oh! We couldn't find 'yarn' installed on your system.
|
|
|
|
Uh oh! We couldn't find 'yarn' installed on your system.
|
|
|
|
|
|
|
|
|
|
|
|
You should first install 'yarn' on your system.
|
|
|
|
You should first install 'yarn' on your system.
|
|
|
|
|
|
|
|
|
|
|
|
For more information, visit yarn's installation page:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://classic.yarnpkg.com/lang/en/docs/install/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EOA
|
|
|
|
EOA
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
@ -34,16 +25,6 @@ fi
|
|
|
|
cat <<-'EOM'
|
|
|
|
cat <<-'EOM'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
█████ ███ ███████████
|
|
|
|
|
|
|
|
░░███ ░░░ ░█░░░███░░░█
|
|
|
|
|
|
|
|
░███ ████ █████ █████ ██████ ░ ░███ ░ ██████ ████████ █████████████
|
|
|
|
|
|
|
|
░███ ░░███ ░░███ ░░███ ███░░███ ░███ ███░░███░░███░░███░░███░░███░░███
|
|
|
|
|
|
|
|
░███ ░███ ░███ ░███ ░███████ ░███ ░███████ ░███ ░░░ ░███ ░███ ░███
|
|
|
|
|
|
|
|
░███ █ ░███ ░░███ ███ ░███░░░ ░███ ░███░░░ ░███ ░███ ░███ ░███
|
|
|
|
|
|
|
|
███████████ █████ ░░█████ ░░██████ █████ ░░██████ █████ █████░███ █████
|
|
|
|
|
|
|
|
░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░ ░░░░░
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LiveTerm has been downloaded to the current directory.
|
|
|
|
LiveTerm has been downloaded to the current directory.
|
|
|
|
You can start developing it with:
|
|
|
|
You can start developing it with:
|
|
|
|
|
|
|
|
|
|
|
|