From 284adc1526d6518d4d5e20010eba8c6d8ac4bf04 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Mon, 14 Sep 2020 10:08:07 +0200 Subject: [PATCH] setup.sh: linking these not required? --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index c562219..6911542 100755 --- a/setup.sh +++ b/setup.sh @@ -23,9 +23,9 @@ $yarn install popd pushd element-desktop -$yarn link matrix-js-sdk -$yarn link matrix-react-sdk -$yarn link riot-web +#$yarn link matrix-js-sdk +#$yarn link matrix-react-sdk +#$yarn link riot-web $yarn install ln -s ../element-web/webapp ./ || true popd