We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb456 commit ab37076Copy full SHA for ab37076
install/bytestash-install.sh
@@ -38,7 +38,6 @@ RELEASE=$(curl -s https://api.github.com/repos/jordan-dalby/ByteStash/releases/l
38
wget -q "https://github.com/jordan-dalby/ByteStash/archive/refs/tags/v${RELEASE}.tar.gz" -O $temp_file
39
tar zxf $temp_file
40
mv ByteStash-${RELEASE} /opt/bytestash
41
-sed -i '6s/.*/if (!globalThis.crypto) { globalThis.crypto = crypto; }/' /opt/bytestash/server/src/oidc/oidcConfig.js
42
cd /opt/bytestash/server
43
$STD npm install
44
cd /opt/bytestash/client
0 commit comments