mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-02-09 06:18:46 +00:00
7f12fab3ca
5 lines
108 B
Bash
5 lines
108 B
Bash
#!/usr/bin/env bash
|
|||
set -e
|
|||
|
|||
echo "Installing remote dependencies"
|
|||
(cd remote && rm -rf node_modules && yarn)
|