wip
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Check if nodejs is installed
|
||||
if ! which nodejs > /dev/null; then
|
||||
|
||||
#sudo mount -o remount,rw /
|
||||
|
||||
# Node.js is not installed, setting up the NodeSource Node.js 21.x repo
|
||||
echo "Node.js not found. Setting up NodeSource Node.js 21.x repository..."
|
||||
@@ -10,5 +10,5 @@ if ! which nodejs > /dev/null; then
|
||||
|
||||
# Install Node.js from the NodeSource repository
|
||||
echo "Installing Node.js..."
|
||||
sudo apt-get install -y nodejs npm
|
||||
sudo apt-get install -y nodejs
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user