revert(f61bdbb): reuse deb-get classic install

This commit is contained in:
Julien Oculi 2024-07-11 15:55:51 +02:00
parent 0aa7787ced
commit 59b91cc04e

View file

@ -51,8 +51,4 @@ nala install -y \
# Install useful deb installer
echo "[server_config] > Installing required utilites (useful .deb installer)"
# 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 -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
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get