This commit is contained in:
|| Prof. - Xadk3!#0000 || @naryal2580 2023-05-23 10:29:52 +05:30
parent 0d16d3d3ae
commit 23219a5e70
1 changed files with 4 additions and 0 deletions

4
scripts/prepare_deps.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# NOTE: quoting below dollar expansion would be new line wala.
sudo apt install $(<../deps.txt) -y