#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

@ -20,7 +20,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
```
## 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)
```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
@ -29,7 +29,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
- Désinstalle Firefox
```bash
sudo snap remove firefox && rm -r $HOME/snap/firefox
```
``` -->
- <details><summary>Installe et configure Fish ainsi que le SSH dans Fish</summary>

View file

@ -4,6 +4,7 @@ then
sudo apt update
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
cd myLinuxConfiguration
@ -47,10 +48,10 @@ then
if grep "Ubuntu" /proc/version > /dev/null;
then
# Install Brave
bash installBrave.sh
# bash installBrave.sh
# Uninstall Firefox
sudo snap remove firefox && rm -r $HOME/snap/firefox
# sudo snap remove firefox && rm -r $HOME/snap/firefox
# Install VSCode
sudo snap install code --classic