mirror of
https://github.com/purocean/yn.git
synced 2026-09-24 15:46:02 +08:00
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export npm_config_disturl=https://atom.io/download/electron
|
|
export npm_config_target=15.4.1
|
|
export npm_config_runtime="electron"
|
|
|
|
yarn install
|