-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73000ff
commit bc5fa67
Showing
1 changed file
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
rm ~/Desktop/WITH-LOVE-FROM-AMERICA.txt | ||
brew install go | ||
brew tap scripthaus-dev/scripthaus | ||
brew install scripthaus | ||
npm install -g yarn | ||
mkdir ~/build | ||
cd ~/build | ||
git clone https://github.com/wavetermdev/waveterm.git | ||
cd waveterm | ||
scripthaus run build-backend | ||
echo "Yarn" | ||
yarn | ||
echo "Rebuild" | ||
scripthaus run electron-rebuild | ||
echo "Webpack" | ||
scripthaus run webpack-build | ||
echo "Starting Electron" | ||
scripthaus run electron 1>/dev/null 2>&1 & | ||
echo "Electron Done" | ||
npm install dashcam-chrome --save | ||
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 & | ||
exit |