Skip to content

Commit

Permalink
update straps
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewNielsen27 committed Dec 18, 2018
1 parent bc9acfd commit f5c4d96
Show file tree
Hide file tree
Showing 65 changed files with 132 additions and 100 deletions.
14 changes: 9 additions & 5 deletions straps/bash/latest/bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@ function strapped_bash() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"echo")
echo -e " Please ensure you have echo installed on your system
echo -e "
Please ensure you have echo installed on your system
"
;;
"mkdir")
echo -e " Please ensure you have mkdir installed on your system
echo -e "
Please ensure you have mkdir installed on your system
"
;;
"touch")
echo -e " Please ensure you have touch installed on your system
echo -e "
Please ensure you have touch installed on your system
"
;;
"exec")
echo -e " Please ensure you have exec installed on your system
echo -e "
Please ensure you have exec installed on your system
"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion straps/bash/latest/bash.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30710399c176b50684ebecc8713718687ca98a30b202ee33556357007255f611 straps/bash/v0.1.0/bash.sh
82f0e6a770dd1bdfacb516c056dd2f7929b252aacf0d8c22cd0583a3608030b3 straps/bash/v0.1.0/bash.sh
8 changes: 4 additions & 4 deletions straps/bash/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ strap:
deps:
- name: echo
msg:
- "\tPlease ensure you have echo installed on your system"
- "\n\tPlease ensure you have echo installed on your system"
- name: mkdir
msg:
- "\tPlease ensure you have mkdir installed on your system"
- "\n\tPlease ensure you have mkdir installed on your system"
- name: touch
msg:
- "\tPlease ensure you have touch installed on your system"
- "\n\tPlease ensure you have touch installed on your system"
- name: exec
msg:
- "\tPlease ensure you have exec installed on your system"
- "\n\tPlease ensure you have exec installed on your system"
routines:
mkdir:
exec: "mkdir -p ${dir}"
Expand Down
14 changes: 9 additions & 5 deletions straps/bash/v0.1.0/bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@ function strapped_bash() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"echo")
echo -e " Please ensure you have echo installed on your system
echo -e "
Please ensure you have echo installed on your system
"
;;
"mkdir")
echo -e " Please ensure you have mkdir installed on your system
echo -e "
Please ensure you have mkdir installed on your system
"
;;
"touch")
echo -e " Please ensure you have touch installed on your system
echo -e "
Please ensure you have touch installed on your system
"
;;
"exec")
echo -e " Please ensure you have exec installed on your system
echo -e "
Please ensure you have exec installed on your system
"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion straps/bash/v0.1.0/bash.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30710399c176b50684ebecc8713718687ca98a30b202ee33556357007255f611 straps/bash/v0.1.0/bash.sh
82f0e6a770dd1bdfacb516c056dd2f7929b252aacf0d8c22cd0583a3608030b3 straps/bash/v0.1.0/bash.sh
5 changes: 3 additions & 2 deletions straps/brew/latest/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_brew() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"brew")
echo -e " Please ensure you have brew installed on your system
echo -e "
Please ensure you have brew installed on your system
To install brew, follow the instructions at https://brew.sh/
"
;;
Expand Down
2 changes: 1 addition & 1 deletion straps/brew/latest/brew.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
86990e88776a1e1b65340f85f1743739389aebc656950f11b35c373058c34867 straps/brew/v0.1.0/brew.sh
dad0a348f3f12d324ab4d7db8cfa2085ff20900bdb4a486bd63261931b289bb6 straps/brew/v0.1.0/brew.sh
2 changes: 1 addition & 1 deletion straps/brew/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: brew
msg:
- "\tPlease ensure you have brew installed on your system"
- "\n\tPlease ensure you have brew installed on your system"
- "\tTo install brew, follow the instructions at https://brew.sh/"
routines:
taps:
Expand Down
5 changes: 3 additions & 2 deletions straps/brew/v0.1.0/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_brew() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"brew")
echo -e " Please ensure you have brew installed on your system
echo -e "
Please ensure you have brew installed on your system
To install brew, follow the instructions at https://brew.sh/
"
;;
Expand Down
2 changes: 1 addition & 1 deletion straps/brew/v0.1.0/brew.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
86990e88776a1e1b65340f85f1743739389aebc656950f11b35c373058c34867 straps/brew/v0.1.0/brew.sh
dad0a348f3f12d324ab4d7db8cfa2085ff20900bdb4a486bd63261931b289bb6 straps/brew/v0.1.0/brew.sh
5 changes: 3 additions & 2 deletions straps/dockutil/latest/dockutil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_dockutil() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"dockutil")
echo -e " Please ensure you have dockutil installed on your system
echo -e "
Please ensure you have dockutil installed on your system
We reccomend using the brew strap to install dockutil
brew:
packages:
Expand Down
2 changes: 1 addition & 1 deletion straps/dockutil/latest/dockutil.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14d6c59f2101c0661a9f8927bb6e9cceb04a715ed8ba8edea561a5c9f0397b83 straps/dockutil/v0.1.0/dockutil.sh
261a3fc78d0d8d513e044de217a76255779ac7c677c51e9c300b38ec86dd7ecb straps/dockutil/v0.1.0/dockutil.sh
2 changes: 1 addition & 1 deletion straps/dockutil/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: dockutil
msg:
- "\tPlease ensure you have dockutil installed on your system"
- "\n\tPlease ensure you have dockutil installed on your system"
- "\tWe reccomend using the brew strap to install dockutil"
- "\t brew: "
- "\t\t packages: "
Expand Down
5 changes: 3 additions & 2 deletions straps/dockutil/v0.1.0/dockutil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_dockutil() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"dockutil")
echo -e " Please ensure you have dockutil installed on your system
echo -e "
Please ensure you have dockutil installed on your system
We reccomend using the brew strap to install dockutil
brew:
packages:
Expand Down
2 changes: 1 addition & 1 deletion straps/dockutil/v0.1.0/dockutil.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14d6c59f2101c0661a9f8927bb6e9cceb04a715ed8ba8edea561a5c9f0397b83 straps/dockutil/v0.1.0/dockutil.sh
261a3fc78d0d8d513e044de217a76255779ac7c677c51e9c300b38ec86dd7ecb straps/dockutil/v0.1.0/dockutil.sh
5 changes: 3 additions & 2 deletions straps/git/latest/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_git() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"git")
echo -e " Please ensure you have git installed on your system
echo -e "
Please ensure you have git installed on your system
We reccomend using strapped to install git
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/git/latest/git.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b142b46d85b4a6d0fa990dbd91ac3180f229897476e795bc5b0e54d87896ba58 straps/git/v0.1.0/git.sh
6d4e91bd11841359a393497d32b34aea8534d30a43d2408c9c1952bb6c4c1921 straps/git/v0.1.0/git.sh
2 changes: 1 addition & 1 deletion straps/git/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: git
msg:
- "\tPlease ensure you have git installed on your system"
- "\n\tPlease ensure you have git installed on your system"
- "\tWe reccomend using strapped to install git"
- "\tMacOS"
- "\t\t brew: "
Expand Down
5 changes: 3 additions & 2 deletions straps/git/v0.1.0/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_git() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"git")
echo -e " Please ensure you have git installed on your system
echo -e "
Please ensure you have git installed on your system
We reccomend using strapped to install git
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/git/v0.1.0/git.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b142b46d85b4a6d0fa990dbd91ac3180f229897476e795bc5b0e54d87896ba58 straps/git/v0.1.0/git.sh
6d4e91bd11841359a393497d32b34aea8534d30a43d2408c9c1952bb6c4c1921 straps/git/v0.1.0/git.sh
5 changes: 3 additions & 2 deletions straps/mac_app_store/latest/mac_app_store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_mac_app_store() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"mas")
echo -e " Please ensure you have mas (mac app store) installed on your system
echo -e "
Please ensure you have mas (mac app store) installed on your system
"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion straps/mac_app_store/latest/mac_app_store.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77342b3de9166fd124b60382d5c0031d666a371594abec35c6b74747a7b3da23 straps/mac_app_store/v0.1.0/mac_app_store.sh
baff11814706db61276ba15cde2f4bfb2bc2ee97671b98d6257ee3537d2aad41 straps/mac_app_store/v0.1.0/mac_app_store.sh
2 changes: 1 addition & 1 deletion straps/mac_app_store/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: mas
msg:
- "\tPlease ensure you have mas (mac app store) installed on your system"
- "\n\tPlease ensure you have mas (mac app store) installed on your system"
routines:
apps:
exec: "mas install ${id}"
Expand Down
5 changes: 3 additions & 2 deletions straps/mac_app_store/v0.1.0/mac_app_store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_mac_app_store() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"mas")
echo -e " Please ensure you have mas (mac app store) installed on your system
echo -e "
Please ensure you have mas (mac app store) installed on your system
"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion straps/mac_app_store/v0.1.0/mac_app_store.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77342b3de9166fd124b60382d5c0031d666a371594abec35c6b74747a7b3da23 straps/mac_app_store/v0.1.0/mac_app_store.sh
baff11814706db61276ba15cde2f4bfb2bc2ee97671b98d6257ee3537d2aad41 straps/mac_app_store/v0.1.0/mac_app_store.sh
5 changes: 3 additions & 2 deletions straps/npm/latest/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_npm() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"npm")
echo -e " Please ensure you have npm installed on your system
echo -e "
Please ensure you have npm installed on your system
We reccomend using strapped to install npm
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/npm/latest/npm.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a16898fb2f81e1733b38bf8482dde61a710b353332e0ff3861bf7160067fdd04 straps/npm/v0.1.0/npm.sh
04973413317774889a8d34613f650d3a5e71dd0450d9b6899624c4cb0d1daa7e straps/npm/v0.1.0/npm.sh
2 changes: 1 addition & 1 deletion straps/npm/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: npm
msg:
- "\tPlease ensure you have npm installed on your system"
- "\n\tPlease ensure you have npm installed on your system"
- "\tWe reccomend using strapped to install npm"
- "\tMacOS"
- "\t\t brew: "
Expand Down
5 changes: 3 additions & 2 deletions straps/npm/v0.1.0/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_npm() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"npm")
echo -e " Please ensure you have npm installed on your system
echo -e "
Please ensure you have npm installed on your system
We reccomend using strapped to install npm
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/npm/v0.1.0/npm.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a16898fb2f81e1733b38bf8482dde61a710b353332e0ff3861bf7160067fdd04 straps/npm/v0.1.0/npm.sh
04973413317774889a8d34613f650d3a5e71dd0450d9b6899624c4cb0d1daa7e straps/npm/v0.1.0/npm.sh
5 changes: 3 additions & 2 deletions straps/pip2/latest/pip2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_pip2() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"pip2")
echo -e " Please ensure you have pip2 installed on your system
echo -e "
Please ensure you have pip2 installed on your system
We reccomend using strapped to install pip2
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/pip2/latest/pip2.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
958bf62f48a0238c9684d38d1fb6a277ff709fcccbadd1854405f357fd9e2fdb straps/pip2/v0.1.0/pip2.sh
46b98db6a5ed223b693058c745f73f7e341ab2b1e398f16aa9ea72a45e8392b9 straps/pip2/v0.1.0/pip2.sh
2 changes: 1 addition & 1 deletion straps/pip2/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: pip2
msg:
- "\tPlease ensure you have pip2 installed on your system"
- "\n\tPlease ensure you have pip2 installed on your system"
- "\tWe reccomend using strapped to install pip2"
- "\tMacOS"
- "\t\t brew: "
Expand Down
5 changes: 3 additions & 2 deletions straps/pip2/v0.1.0/pip2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_pip2() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"pip2")
echo -e " Please ensure you have pip2 installed on your system
echo -e "
Please ensure you have pip2 installed on your system
We reccomend using strapped to install pip2
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/pip2/v0.1.0/pip2.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
958bf62f48a0238c9684d38d1fb6a277ff709fcccbadd1854405f357fd9e2fdb straps/pip2/v0.1.0/pip2.sh
46b98db6a5ed223b693058c745f73f7e341ab2b1e398f16aa9ea72a45e8392b9 straps/pip2/v0.1.0/pip2.sh
5 changes: 3 additions & 2 deletions straps/pip3/latest/pip3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_pip3() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"pip3")
echo -e " Please ensure you have pip3 installed on your system
echo -e "
Please ensure you have pip3 installed on your system
We reccomend using strapped to install pip3
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/pip3/latest/pip3.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbfe22531da982f449e710a75dce2982c6010a9d58afd28b034199186ae11da2 straps/pip3/v0.1.0/pip3.sh
139f1a7a74c331002dab9e2ba17880fddfa4d413061f7d911b1e9bf5e4cc2499 straps/pip3/v0.1.0/pip3.sh
2 changes: 1 addition & 1 deletion straps/pip3/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strap:
deps:
- name: pip3
msg:
- "\tPlease ensure you have pip3 installed on your system"
- "\n\tPlease ensure you have pip3 installed on your system"
- "\tWe reccomend using strapped to install pip3"
- "\tMacOS"
- "\t\t brew: "
Expand Down
5 changes: 3 additions & 2 deletions straps/pip3/v0.1.0/pip3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ function strapped_pip3() {
command -v "${dep}" &> /dev/null
__resp=$?
if [[ $__resp -ne 0 ]]; then
echo "dep ${dep} not found:"
echo "ERROR: dep ${dep} not found:"
case "${dep}" in
"pip3")
echo -e " Please ensure you have pip3 installed on your system
echo -e "
Please ensure you have pip3 installed on your system
We reccomend using strapped to install pip3
MacOS
brew:
Expand Down
2 changes: 1 addition & 1 deletion straps/pip3/v0.1.0/pip3.sh.DIGEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbfe22531da982f449e710a75dce2982c6010a9d58afd28b034199186ae11da2 straps/pip3/v0.1.0/pip3.sh
139f1a7a74c331002dab9e2ba17880fddfa4d413061f7d911b1e9bf5e4cc2499 straps/pip3/v0.1.0/pip3.sh
Loading

0 comments on commit f5c4d96

Please sign in to comment.