File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 99 exit 1
1010fi
1111
12- echo " Updates packages. Asks for your password."
12+ echo " Update packages. Asks for your password. Please enter your password."
1313sudo apt-get update -y
1414
1515echo " Install packages. Enter your password when asked."
@@ -19,7 +19,7 @@ echo "Install Node.js"
1919sudo apt-get install -y snapd
2020sudo snap install node --classic --channel=18
2121
22- echo " Installs ImageMagick for image processing"
22+ echo " Install ImageMagick for image processing"
2323sudo apt-get install imagemagick --fix-missing -y
2424
2525echo " Install rbenv (Ruby version manager) for handling the Ruby installation"
@@ -57,8 +57,7 @@ gem install bundler rails
5757echo -e " \n- - - - - -\n"
5858echo -e " Now we are going to print some information to check that everything is done:\n"
5959
60-
61- echo -n " Should be sqlite 3.22.0 or higher: sqlite "
60+ echo -n " Should be SQLite 3.22.0 or higher: sqlite "
6261sqlite3 --version
6362echo -n " Should be Ruby 3.1.3 or higher: "
6463ruby -v | cut -d " " -f 2
You can’t perform that action at this time.
0 commit comments