Skip to content

Commit

Permalink
update libssl link (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil authored Oct 1, 2024
1 parent 830c4b0 commit 4bf087d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/tutorials/1.1-setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"!curl -fsSL https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v10.focal.x86_64.tar.gz -o redis-stack-server.tar.gz\n",
"!tar -xvf redis-stack-server.tar.gz\n",
"# Installs libssl1.1 for Ubuntu 22 source: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"%pip install redis"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/1.2-browse-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"!curl -fsSL https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v10.focal.x86_64.tar.gz -o redis-stack-server.tar.gz\n",
"!tar -xvf redis-stack-server.tar.gz\n",
"# Installs libssl1.1 for Ubuntu 22 source: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"%pip install redis"
]
},
Expand Down

0 comments on commit 4bf087d

Please sign in to comment.