Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Oct 7, 2021
1 parent 26f530d commit fb15044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
function mysql {
echo "Installing MySQL ..."

apt-get update

echo "MySQL Installation Done!"
}

function redis {
echo "Installing Redis ..."

apt-get install redis-server

echo "Redis Installation Done!"
}

Expand Down

0 comments on commit fb15044

Please sign in to comment.