Skip to content

Commit

Permalink
better version
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenko authored Feb 16, 2024
1 parent fbf1961 commit 710f0a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ esac

if [ "$platform" == linux ]; then
# create hauler dir
mkdir /opt/hauler
if [ ! -d /opt/hauler ]; then mkdir /opt/hauler ; fi

# add systemd file
cat << EOF > /etc/systemd/system/[email protected]
Expand Down Expand Up @@ -185,9 +185,10 @@ info "Successfully Installed at /usr/local/bin/hauler"
verbose "- Hauler v${version} is now available for use!"

# display systemd message
verbose "- $BLUE'systemctl start hauler@regsitry'$NO_COLOR or $BLUE'systemctl start hauler@fileserver'$NO_COLOR is available"
verbose " cd to /opt/hauler/ and create a store here with the name $BLUE'store'$NO_COLOR"

verbose "- Systemd servies are available"
verbose " cd to /opt/hauler/ and use the default store named $BLUE'store'$NO_COLOR."
verbose "- Start registry service - $BLUE'systemctl start hauler@regsitry'$NO_COLOR."
verbose "- Start fileserver service - $BLUE'systemctl start hauler@fileserver'$NO_COLOR."

# display hauler docs message
info "Documentation:$BLUE https://hauler.dev $NO_COLOR" && echo

0 comments on commit 710f0a3

Please sign in to comment.