fix: auggie maintenence
This commit is contained in:
parent
36089612ef
commit
f844c88c36
@ -1,9 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
|
||||||
source "$HOME"/.bashrc
|
|
||||||
fi
|
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
BOLD='\033[0;1m'
|
BOLD='\033[0;1m'
|
||||||
@ -29,6 +25,9 @@ printf "rules: %s\n" "$ARG_AUGGIE_RULES"
|
|||||||
echo "--------------------------------"
|
echo "--------------------------------"
|
||||||
|
|
||||||
function check_dependencies() {
|
function check_dependencies() {
|
||||||
|
|
||||||
|
printf "PATH: %s\n" "${PATH}"
|
||||||
|
|
||||||
if ! command_exists node; then
|
if ! command_exists node; then
|
||||||
printf "Error: Node.js is not installed. Please install Node.js manually or use the pre_install_script to install it.\n"
|
printf "Error: Node.js is not installed. Please install Node.js manually or use the pre_install_script to install it.\n"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@ -1,9 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
|
||||||
source "$HOME"/.bashrc
|
|
||||||
fi
|
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
command_exists() {
|
command_exists() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user