fix(requirements): missing -e
in echo cmd
This commit is contained in:
parent
671779aac3
commit
86896228b0
|
@ -54,5 +54,5 @@ echo "[server_config] > Installing required utilites (useful .deb installer)"
|
||||||
# Classic install is broken
|
# Classic install is broken
|
||||||
# curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get
|
# curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get
|
||||||
DEB_GET_PATH=/usr/local/bin/deb-get
|
DEB_GET_PATH=/usr/local/bin/deb-get
|
||||||
echo "#!/bin/bash\ncurl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s" > $DEB_GET_PATH
|
echo -e "#!/bin/bash\ncurl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s" > $DEB_GET_PATH
|
||||||
chmod +x $DEB_GET_PATH
|
chmod +x $DEB_GET_PATH
|
||||||
|
|
Loading…
Reference in a new issue