Under /etc/init.d/
, create a file called always-boot
. Then run the following commands:
sudo service always-boot start
Under /etc/init.d/
, create a file called always-boot
. Then run the following commands:
sudo service always-boot start
I hereby claim:
To claim this, I am signing this object:
def fullReleaseCommit = "STORY-987 RELEASE 1.3.0 There's this new release" | |
def regularCommit = "STORY-999 No release here" | |
def releaseCommitWithoutVersionNumber = "STORY-987 RELEASE Sorry! Forgot the version number" | |
class CommitMessage { | |
final releaseTextTrigger = "RELEASE" | |
final versionPattern = /.*(\d+).(\d+).(\d+).*/ | |
final String message |
#!/bin/bash | |
echo "Installing HomeBrew..." | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install caskroom/cask/brew-cask | |
echo "Installing VirtualBox and Vagrant" | |
brew cask install virtualbox vagrant | |
echo "Adding Ubuntu box to Vagrant" |