Skip to content

Commit

Permalink
Update install_nodejs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Aug 29, 2024
1 parent fb98717 commit fc65ef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install_nodejs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/bash

# shellcheck disable=SC2034
numSubStepMax=9 #the maximum number of different step this script will run (could be less with conditionnals)

#init arguments
# shellcheck disable=SC2034
forceUpdateNPM=0 #force to update NPM to the latest version

while [[ "$#" -gt 0 ]]; do
Expand Down

0 comments on commit fc65ef5

Please sign in to comment.