diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index e3074db..dcb9131 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -37,7 +37,7 @@ ksh() { } alias tintMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"' -alias tintBureau="ssh -v -p 5422 -L localhost:5489:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net" +alias tintBureau="ssh -v -p 5422 -L localhost:5488:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net" alias tprepMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-preprod.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"' alias tprepBureau="ssh -v -p 5422 -L localhost:5488:rfidprod-preprod.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net" alias tprodMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-production.cluster-cppfo25bfalv.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"' diff --git a/.local/share/applications/zen-browser.desktop b/.local/share/applications/zen-browser.desktop index d355b28..c6a1a0d 100644 --- a/.local/share/applications/zen-browser.desktop +++ b/.local/share/applications/zen-browser.desktop @@ -4,7 +4,7 @@ Type=Application Terminal=false Name=Zen GenericName=Web Browser -StartupWMClass=zen-alpha +StartupWMClass=zen Comment=Cool Browser Icon=firefox Exec=/home/gil/.local/bin/firefox %u diff --git a/installSystem.sh b/installSystem.sh index 5121e1a..982495c 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -11,7 +11,7 @@ groups | grep -q sudo || return [ ! -d "/etc/apt/keyrings/packages.mozilla.org.asc" ] && wget -qO - https://packages.mozilla.org/apt/repo-signing-key.gpg | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null && echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null # install zen browser -[ ! -f "$HOME/.local/bin/firefox" ] && wget https://github.com/zen-browser/desktop/releases/latest/download/zen-specific.AppImage -O ~/.local/bin/firefox && chmod +x ~/.local/bin/firefox +[ ! -f "$HOME/.local/bin/firefox" ] && wget https://github.com/zen-browser/desktop/releases/latest/download/zen-x86_64.AppImage -O ~/.local/bin/firefox && chmod +x ~/.local/bin/firefox # sudo usermod -aG sudo $user # pour passer sudoers, puis reboot sudo apt update