Skip to content

Commit

Permalink
Do not need version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Dec 21, 2020
1 parent 5492018 commit 3681ff4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@
############

# General constants
declare THISSCRIPT VERSION GITBRNCH GITURL GITPROJ PACKAGE CHAMBER VERBOSE
declare THISSCRIPT GITBRNCH GITURL GITPROJ PACKAGE CHAMBER VERBOSE
declare REPLY SOURCE SCRIPTSOURCE SCRIPTPATH CHAMBERNAME CMDLINE GITRAW GITHUB
declare SCRIPTNAME GITCMD GITTEST APTPACKAGES VERBOSE LINK
# Color/character codes
declare BOLD SMSO RMSO FGBLK FGRED FGGRN FGYLW FGBLU FGMAG FGCYN FGWHT FGRST
declare BGBLK BGRED BGGRN BGYLW BGBLU BGMAG BGCYN BGWHT BGRST DOT HHR LHR RESET
# Version/Branch Constants
GITBRNCH="master"
VERSION="0.5.4.4"
THISSCRIPT="bootstrap.sh"
LINK="install.brewpiremix.com" # Don't change for dev

Expand Down Expand Up @@ -147,7 +146,7 @@ log() {
usage() {
cat << EOF
$PACKAGE $THISSCRIPT version $VERSION
$PACKAGE $THISSCRIPT
Usage: sudo ./$THISSCRIPT"
EOF
Expand All @@ -157,7 +156,7 @@ EOF
version() {
cat << EOF
$THISSCRIPT ($PACKAGE) $VERSION
$THISSCRIPT ($PACKAGE)
Copyright (C) 2018, 2019 Lee C. Bussy (@LBussy)
Expand Down

0 comments on commit 3681ff4

Please sign in to comment.