fix(requirements): temp path for broken deb-get install
This commit is contained in:
parent
9ac5cc0de0
commit
f61bdbb50a
|
@ -51,4 +51,8 @@ nala install -y \
|
||||||
|
|
||||||
# Install useful deb installer
|
# Install useful deb installer
|
||||||
echo "[server_config] > Installing required utilites (useful .deb installer)"
|
echo "[server_config] > Installing required utilites (useful .deb installer)"
|
||||||
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get
|
# Classic install is broken
|
||||||
|
# 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
|
||||||
|
echo "#!/bin/bash\ncurl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s" > $DEB_GET_PATH
|
||||||
|
chmod +x $DEB_GET_PATH
|
||||||
|
|
Loading…
Reference in a new issue