File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,11 +103,19 @@ sudo -u ubuntu -g ubuntu cp $BUILD_FILES/.vimrc $HOME/.vimrc
103103
104104echo " Appending text to .bashrc"
105105cat $BUILD_FILES /append-to-bashrc.txt >> ~ /.bashrc
106+ cat $BUILD_FILES /$env /append-to-bashrc.txt >> ~ /.bashrc
106107source ~ /.bashrc
107108
108- echo " Installing tree"
109- apt-get install tree -y
110-
111109echo " Copying message of the day file to update-motd.d folder to display notes on login"
112110cp $BUILD_FILES /99-notes /etc/update-motd.d/99-notes
113- chmod 755 /etc/update-motd.d/99-notes
111+ cat $BUILD_FILES /$env /append-to-99-notes.txt >> /etc/update-motd.d/99-notes
112+ chmod 755 /etc/update-motd.d/99-notes
113+
114+ echo " Install mysql client"
115+ apt-get install mysql-client-core-8.0 -y
116+
117+ echo " Install redis client"
118+ apt-get install redis-tools -y
119+
120+ echo " Installing tree"
121+ apt-get install tree -y
You can’t perform that action at this time.
0 commit comments