1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 06:33:18 +02: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 -