Commit d1031836 authored by nvmnghia's avatar nvmnghia

Add `-y` to Google Chrome installer

parent a556186c
......@@ -26,7 +26,7 @@ sed -i.bak "s/BgColor=.*/BgColor=#ffffff/g" ${PCMAN_SETTINGS}
echo "Install Chrome"
apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome*.deb
apt install -y ./google-chrome*.deb
echo "Set as default"
xdg-settings set default-web-browser google-chrome.desktop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment