Skip to content

Commit ab37076

Browse files
authored
Removed sed, app supports Node v22 now (#2728)
1 parent 51bb456 commit ab37076

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/bytestash-install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RELEASE=$(curl -s https://api.github.com/repos/jordan-dalby/ByteStash/releases/l
3838
wget -q "https://github.com/jordan-dalby/ByteStash/archive/refs/tags/v${RELEASE}.tar.gz" -O $temp_file
3939
tar zxf $temp_file
4040
mv ByteStash-${RELEASE} /opt/bytestash
41-
sed -i '6s/.*/if (!globalThis.crypto) { globalThis.crypto = crypto; }/' /opt/bytestash/server/src/oidc/oidcConfig.js
4241
cd /opt/bytestash/server
4342
$STD npm install
4443
cd /opt/bytestash/client

0 commit comments

Comments
 (0)