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 ""
|
||||
|
||||
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 -
|
||||
|
|
Loading…
Add table
Reference in a new issue