1
0
Fork 0
mirror of synced 2024-05-15 18:02:46 +12:00

change apt to apt-get

This commit is contained in:
Nick Sweeting 2017-06-30 01:16:14 -05:00 committed by GitHub
parent 38d7c5d6e6
commit ca9be4897b

View file

@ -12,7 +12,7 @@ sleep 5
echo ""
if which apt; then
if which apt-get; then
# On Linux:
echo "[+] Adding Google Chrome apt signing key"
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -