Update install_devtools.sh
This commit is contained in:
@ -4,7 +4,7 @@ set -ex
|
||||
# Installing Devtools
|
||||
if [[ ${TAG_SUFFIX} != "minimal" ]]; then
|
||||
echo "Installing devtools"
|
||||
apt-get install devtools build-essential linux-headers-$(uname -r) udev python python3
|
||||
apt-get install build-essential linux-headers-$(uname -r) udev python python3
|
||||
else
|
||||
echo "Skip installing devtools"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user