Skip to content

Commit 68ffa7c

Browse files
committed
Update instructions text
1 parent 6040c0d commit 68ffa7c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

rails-install-ubuntu.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ then
99
exit 1
1010
fi
1111

12-
echo "Updates packages. Asks for your password."
12+
echo "Update packages. Asks for your password. Please enter your password."
1313
sudo apt-get update -y
1414

1515
echo "Install packages. Enter your password when asked."
@@ -19,7 +19,7 @@ echo "Install Node.js"
1919
sudo apt-get install -y snapd
2020
sudo snap install node --classic --channel=18
2121

22-
echo "Installs ImageMagick for image processing"
22+
echo "Install ImageMagick for image processing"
2323
sudo apt-get install imagemagick --fix-missing -y
2424

2525
echo "Install rbenv (Ruby version manager) for handling the Ruby installation"
@@ -57,8 +57,7 @@ gem install bundler rails
5757
echo -e "\n- - - - - -\n"
5858
echo -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 "
6261
sqlite3 --version
6362
echo -n "Should be Ruby 3.1.3 or higher: "
6463
ruby -v | cut -d " " -f 2

0 commit comments

Comments
 (0)