Skip to content

Commit bb6f338

Browse files
committed
install edgedb (oops)
1 parent 52e036a commit bb6f338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/edgedb-cli/install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,16 @@ create_symlink_dir() {
4949
chown -R "$username:$username" "$source_dir"
5050
}
5151

52+
install_edgedb() {
53+
echo "Installing EdgeDB CLI..."
54+
curl https://sh.edgedb.com --proto '=https' -sSf1 | sh -s -- -y
55+
}
56+
5257
export DEBIAN_FRONTEND=noninteractive
5358

5459
create_cache_dir "/dc/edgedb-cli" "${USERNAME}"
5560
create_symlink_dir "$_REMOTE_USER_HOME/.local/share/edgedb" "/dc/edgedb-cli" "${USERNAME}"
61+
install_edgedb
5662

5763
# Set Lifecycle scripts
5864
if [ -f oncreate.sh ]; then

0 commit comments

Comments
 (0)