typo fix
This commit is contained in:
parent
6fb08fe2af
commit
0e84c903e9
|
@ -29,7 +29,7 @@ sudo bash -c "apt-get update -qq -y < /dev/null" > /dev/null
|
|||
#fi
|
||||
|
||||
# git, wget, curl, build-essential
|
||||
if [ -z "$(type -p pkg-config)" ] || [ -z "$(type -p git)" ] || [ -z "$(type -p wget)" ] || [ -z "$(type -p curl)" ] || [ -z "$(type -p gcc)" ] || [ -z "$(type -p rsync)" || [ -z "$(type -p python)" ]
|
||||
if [ -z "$(type -p pkg-config)" ] || [ -z "$(type -p git)" ] || [ -z "$(type -p wget)" ] || [ -z "$(type -p curl)" ] || [ -z "$(type -p gcc)" ] || [ -z "$(type -p rsync)" ] || [ -z "$(type -p python)" ]
|
||||
then
|
||||
echo "installing git, wget, curl, build-essential, rsync, pkg-config, python..."
|
||||
sudo bash -c "apt-get install -qq -y git wget curl build-essential rsync pkg-config python < /dev/null" > /dev/null 2>/dev/null
|
||||
|
|
Loading…
Reference in New Issue