From 59b91cc04e2316265a946f3fc4b19003dbd6f284 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Thu, 11 Jul 2024 15:55:51 +0200 Subject: [PATCH] revert(f61bdbb): reuse `deb-get` classic install --- _requirements.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_requirements.sh b/_requirements.sh index ca1196e..371329a 100644 --- a/_requirements.sh +++ b/_requirements.sh @@ -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