Archived
1
0

Add linkup command to improve link functionality

This commit is contained in:
Teffen Ellis
2021-09-15 15:17:39 -04:00
committed by Teffen
parent 6eda7ae81f
commit beebf53adc
6 changed files with 54 additions and 5 deletions

View File

@ -63,6 +63,12 @@ main() {
echo "Failed to download cloud agent; --link will not work"
fi
if curl -fsSL "https://storage.googleapis.com/coder-link-releases/latest/linkup-$OS-$ARCH" -o ./lib/linkup; then
chmod +x ./lib/linkup
else
echo "Failed to download Link agent; the Link extension will not work"
fi
if ! vscode_yarn; then
echo "You may not have the required dependencies to build the native modules."
echo "Please see https://github.com/cdr/code-server/blob/master/docs/npm.md"