deps+sh
This commit is contained in:
parent
0d16d3d3ae
commit
23219a5e70
1 changed files with 4 additions and 0 deletions
4
scripts/prepare_deps.sh
Executable file
4
scripts/prepare_deps.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# NOTE: quoting below dollar expansion would be new line wala.
|
||||
sudo apt install $(<../deps.txt) -y
|
Loading…
Add table
Add a link
Reference in a new issue