add: script installing dependencies for updateStaff.sh
This commit is contained in:
parent
390977624e
commit
c1188b8bd5
1 changed files with 5 additions and 0 deletions
5
build/installStaff.sh
Normal file
5
build/installStaff.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt install -y cpanminus libpod-markdown-perl libwww-mechanize-gzip-perl perltidy dos2unix
|
||||
|
||||
cpanm File::Util
|
Loading…
Reference in a new issue