feat: add deb-get
installer to requirements
This commit is contained in:
parent
291fc8192f
commit
675e44081d
|
@ -36,3 +36,8 @@ nala install -y \
|
|||
cmatrix \
|
||||
cowsay \
|
||||
sl \
|
||||
|
||||
# Install useful deb installer
|
||||
echo "[server_config] > Installing required utilites (useful .deb installer)"
|
||||
nala install -y lsb-release
|
||||
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get
|
||||
|
|
Loading…
Reference in a new issue