Skip to content

Commit

Permalink
Update package_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarxzer authored Mar 15, 2024
1 parent 0c2d297 commit bdb942e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package_installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Specify the package names
package_names=("blockly" "@blockly/shadow-block-converter" "package3")
package_names=("blockly" "@blockly/shadow-block-converter")

# Check if Node.js is installed
if ! command -v node &> /dev/null; then
Expand All @@ -26,4 +26,4 @@ for package_name in "${package_names[@]}"; do
else
echo "Failed to install package $package_name."
fi
done
done

0 comments on commit bdb942e

Please sign in to comment.