Add package.nix and cleanup build process
This commit is contained in:
@@ -28,9 +28,4 @@ for f in "$DIR/bin/"* "$DIR/src/shell/"*; do
|
||||
}
|
||||
done
|
||||
|
||||
if ! command -v kutu.rb >/dev/null 2>&1 || ! command -v kutu-run.rb >/dev/null 2>&1; then
|
||||
echo "Tip: Add $DIR/bin to your PATH to run 'kutu.rb' and 'kutu-run.rb' from anywhere:"
|
||||
echo "export PATH=\"\$PATH:$DIR/bin\""
|
||||
fi
|
||||
|
||||
echo -e "\e[32mAll done! Build successful.\e[0m"
|
||||
|
||||
Reference in New Issue
Block a user