Skip to content

Commit

Permalink
changed install script to build the package freshly on new systems
Browse files Browse the repository at this point in the history
  • Loading branch information
automayt committed Mar 25, 2018
1 parent 6241d61 commit 3cd3c54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions support/install_flowbat_ubuntu.sh
Expand Up @@ -22,6 +22,12 @@ sudo apt-get install -y curl build-essential git unzip
# Clone the FlowBAT repo
git clone https://github.com/chrissanders/FlowBAT.git

# Install meteor and build package. Removes any existing bundle folders.
curl https://install.meteor.com/ | sh
rm -rf $workingDir/FlowBAT/private/bundle/
(cd $workingDir/FlowBAT/ && meteor npm install --save babel-runtime)
(cd $workingDir/FlowBAT/ && meteor build --directory $workingDir/FlowBAT/private/)

trustyinstall() {
# Install NVM and Node 8.9.3
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
Expand Down

0 comments on commit 3cd3c54

Please sign in to comment.