#9 Firefox instead of Brave Browser

This commit is contained in:
Mylloon 2022-02-14 10:56:25 +01:00
parent 80e1e8d09b
commit 16da1ec9c7
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
sudo apt install apt-transport-https curl -y sudo apt install apt-transport-https curl -y
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update sudo apt update
sudo apt install brave-browser -y sudo apt install brave-browser -y

View file

@ -20,7 +20,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
``` ```
## Scripts pour chaque application ## Scripts pour chaque application
<!-- N'installe plus Brave et laisses Firefox installé
- [Installe Brave](https://brave.com/linux/#debian-9-ubuntu-1604-and-mint-18) - [Installe Brave](https://brave.com/linux/#debian-9-ubuntu-1604-and-mint-18)
```bash ```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm tmp.sh wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
@ -29,7 +29,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
- Désinstalle Firefox - Désinstalle Firefox
```bash ```bash
sudo snap remove firefox && rm -r $HOME/snap/firefox sudo snap remove firefox && rm -r $HOME/snap/firefox
``` ``` -->
- <details><summary>Installe et configure Fish ainsi que le SSH dans Fish</summary> - <details><summary>Installe et configure Fish ainsi que le SSH dans Fish</summary>

View file

@ -4,6 +4,7 @@ then
sudo apt update sudo apt update
which git &> /dev/null || sudo apt install git -y # install git if not already installed which git &> /dev/null || sudo apt install git -y # install git if not already installed
which curl &> /dev/null || sudo apt install apt-transport-https curl -y # install curl (along with apt-transport-https) if not already installed
git clone -c http.sslverify=false https://git.kennel.ml/Anri/myLinuxConfiguration.git git clone -c http.sslverify=false https://git.kennel.ml/Anri/myLinuxConfiguration.git
cd myLinuxConfiguration cd myLinuxConfiguration
@ -47,10 +48,10 @@ then
if grep "Ubuntu" /proc/version > /dev/null; if grep "Ubuntu" /proc/version > /dev/null;
then then
# Install Brave # Install Brave
bash installBrave.sh # bash installBrave.sh
# Uninstall Firefox # Uninstall Firefox
sudo snap remove firefox && rm -r $HOME/snap/firefox # sudo snap remove firefox && rm -r $HOME/snap/firefox
# Install VSCode # Install VSCode
sudo snap install code --classic sudo snap install code --classic