Replace numbered build scripts with updated ones
This commit is contained in:
10
build/scripts/utilities.sh
Normal file
10
build/scripts/utilities.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Often used tools
|
||||
$minimal_apt_get_install wget curl python-pip git inetutils-ping telnet
|
||||
|
||||
## Often used python modules
|
||||
pip install argparse
|
||||
Reference in New Issue
Block a user