Fix apt
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
2ffd1172bf
commit
6870e67472
@ -45,7 +45,7 @@ echo "🔵 Installing / updating tools"
|
|||||||
|
|
||||||
# Install Debian/Ubuntu specific packages if apt exists
|
# Install Debian/Ubuntu specific packages if apt exists
|
||||||
if command -v apt &>/dev/null; then
|
if command -v apt &>/dev/null; then
|
||||||
echo "`apt` found on system, assuming Ubuntu/Debian and installing pre-requisites..."
|
echo "'apt' found on system, assuming Ubuntu/Debian and installing pre-requisites..."
|
||||||
sudo apt install -y ${APT_TOOLS}
|
sudo apt install -y ${APT_TOOLS}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user