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 9
9
exit 1
10
10
fi
11
11
12
- echo " Updates packages. Asks for your password."
12
+ echo " Update packages. Asks for your password. Please enter your password."
13
13
sudo apt-get update -y
14
14
15
15
echo " Install packages. Enter your password when asked."
@@ -19,7 +19,7 @@ echo "Install Node.js"
19
19
sudo apt-get install -y snapd
20
20
sudo snap install node --classic --channel=18
21
21
22
- echo " Installs ImageMagick for image processing"
22
+ echo " Install ImageMagick for image processing"
23
23
sudo apt-get install imagemagick --fix-missing -y
24
24
25
25
echo " Install rbenv (Ruby version manager) for handling the Ruby installation"
@@ -57,8 +57,7 @@ gem install bundler rails
57
57
echo -e " \n- - - - - -\n"
58
58
echo -e " Now we are going to print some information to check that everything is done:\n"
59
59
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 "
62
61
sqlite3 --version
63
62
echo -n " Should be Ruby 3.1.3 or higher: "
64
63
ruby -v | cut -d " " -f 2
You can’t perform that action at this time.
0 commit comments