Undo error catching

This commit is contained in:
Sangelo 2023-03-06 22:37:24 +01:00
parent 366f46cdd6
commit b2012ce370

View file

@ -18,7 +18,6 @@ if [[ $OSTYPE == 'darwin'* ]]; then
esac
fi
{
# Compile program
nim c -o:bin/niminit niminit &&
# Create local bin folder if it doesn't exist
@ -28,9 +27,6 @@ fi
# Create config directory & copy files
mkdir -p $HOME/.config/niminit &&
cp config/* $HOME/.config/niminit &&
} || {
echo "ERROR: The script errored. There might be some clues above this line."
}
# Print info message to export local bin if not already
printf "\n"