maj devops profile project url

master
Grégory Lebreton 9 months ago
parent c1da18f7df
commit 1b5958f098

@ -208,13 +208,6 @@ for i in $PROFIL; do
dpkg -i skypeforlinux-64.deb
apt-get install -yqq -f
rm -rf skypeforlinux-64.deb
# Outlook
cp files/desktopfiles/outlook.desktop /usr/share/applications/outlook.desktop
## Outlook unofficial client
#curl -s https://api.github.com/repos/julian-alarcon/prospect-mail/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget --timeout 5 --tries 3 --show-progress -qi -
#dpkg -i prospect-mail_*_amd64.deb
#apt-get install -yqq -f
#rm -rf prospect-mail_*_amd64.deb
# Rustdesk install
cd /tmp && wget https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9.deb && dpkg -i rustdesk-1.1.9.deb && rm -rf rustdesk-1.1.9.deb
;;
@ -261,11 +254,7 @@ for i in $PROFIL; do
snap install cawbird --edge
;;
"DevOps")
mkdir devops && git clone https://gitlab.com/Mxaxax/installations.git devops/ && bash devops/devops.sh && rm -rf ./devops/
;;
"Toshiba_toughbook")
mkdir ./toshiba && git clone https://gitlab.com/garagenum/tools/linux/debian-customizer.git toshiba/ && mv /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf.BACK && cp -r ./toshiba/custom-debian-conf/system-conf/analog-output-speaker.conf /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
rm -rf ./toshiba/
mkdir devops && git clone https://git.legaragenumerique.fr/GARAGENUM/installations.git devops/ && bash devops/devops.sh && rm -rf ./devops/
;;
*)
echo -e "\e[91mUnsupported item $PROFIL!" >&2

Loading…
Cancel
Save