Skip to content

Commit

Permalink
feat: add redis-tools cli tool and remove nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Jan 8, 2024
1 parent fc40891 commit a2e933f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-coats-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-ide": minor
---

feat: add redis-tools cli tool and remove nginx
3 changes: 2 additions & 1 deletion src/installers/cli-tools.installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ set -e

## install tools via apt
apt update
apt install -y nginx mysql-client tree
apt install -y mysql-client redis-tools tree
# apt install -y nginx

0 comments on commit a2e933f

Please sign in to comment.