mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Rework Chrome key installation
This commit is contained in:
parent
61b0a979b2
commit
7ef0769a3f
1 changed files with 4 additions and 4 deletions
|
@ -22,11 +22,11 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Chrome"
|
msg_info "Installing Chrome"
|
||||||
# install chrome
|
# install chrome
|
||||||
$STD apt install apt-transport-https curl gpg xvfb -y
|
$STD apt install -y apt-transport-https wget gpg xvfb
|
||||||
$STD curl -fSsL https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | tee /usr/share/keyrings/google-chrome.gpg >> /dev/null
|
wget -qO- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/google-chrome.gpg
|
||||||
$STD echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | tee /etc/apt/sources.list.d/google-chrome.list
|
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list
|
||||||
$STD apt update
|
$STD apt update
|
||||||
$STD apt install google-chrome-stable -y
|
$STD apt install -y google-chrome-stable
|
||||||
msg_ok "Installed Chrome"
|
msg_ok "Installed Chrome"
|
||||||
|
|
||||||
msg_info "Installing FlareSolverr"
|
msg_info "Installing FlareSolverr"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue