From 23219a5e7076f14868ab8bb2ce21f91bcef0003a Mon Sep 17 00:00:00 2001 From: "|| Prof. - Xadk3!#0000 || @naryal2580" Date: Tue, 23 May 2023 10:29:52 +0530 Subject: [PATCH] deps+sh --- scripts/prepare_deps.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/prepare_deps.sh diff --git a/scripts/prepare_deps.sh b/scripts/prepare_deps.sh new file mode 100755 index 0000000..86a2695 --- /dev/null +++ b/scripts/prepare_deps.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# NOTE: quoting below dollar expansion would be new line wala. +sudo apt install $(<../deps.txt) -y