refactor: remove requirement duplicated install
This commit is contained in:
parent
d6ded7deee
commit
142064f9fc
|
@ -51,5 +51,4 @@ 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)"
|
||||||
nala install -y lsb-release
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue