mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 23:24:30 -04:00
change apt to apt-get
This commit is contained in:
parent
38d7c5d6e6
commit
ca9be4897b
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -12,7 +12,7 @@ sleep 5
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if which apt; then
|
if which apt-get; then
|
||||||
# On Linux:
|
# On Linux:
|
||||||
echo "[+] Adding Google Chrome apt signing key"
|
echo "[+] Adding Google Chrome apt signing key"
|
||||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue