File tree Expand file tree Collapse file tree 18 files changed +82
-13
lines changed
Expand file tree Collapse file tree 18 files changed +82
-13
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ phpstorm_postconfiguracion() {
7575}
7676
7777phpstorm_instalador () {
78- local version=' PhpStorm-2019.3.4 '
78+ local version=' PhpStorm-2020.1.2 '
7979
8080 echo -e " $VE Comenzando instalación de$RO PhpStorm$CL "
8181
Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ pycharm_instalar() {
5353 echo -e " $VE Extrayendo IDE$CL "
5454 cd " $WORKSCRIPT /tmp/" || return 0
5555 tar -zxf " ${1} .tar.gz" 2>> /dev/null
56+
5657 local directorio=" $( ls | grep -E ^pycharm.+[^\. tar\. gz]$) "
57- ls
58+
5859 if [[ " $directorio " != ' ' ]]; then
5960 mv " $WORKSCRIPT /tmp/$directorio " " $HOME /.local/opt/pycharm"
6061 fi
62+
6163 cd " $WORKSCRIPT " || exit 1
6264}
6365
@@ -72,7 +74,7 @@ pycharm_postconfiguracion() {
7274}
7375
7476pycharm_pro_instalador () {
75- local version=' pycharm-professional-2019.3.4 '
77+ local version=' pycharm-professional-2020.1.2 '
7678
7779 echo -e " $VE Comenzando instalación de$RO PyCharm$CL "
7880
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ php_postconfiguracion() {
113113 fi
114114
115115 if [[ ! -f " $WORKSCRIPT /tmp/psysh" ]]; then
116- descargar ' psysh' ' https://git.io /psysh'
116+ descargar ' psysh' ' https://psysh.org /psysh'
117117 fi
118118
119119 cp " $WORKSCRIPT /tmp/psysh" " $HOME /.local/bin/psysh"
Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ comunes_agregar_llaves() {
9494
9595 # # Repositorio para editor VS Codium.
9696 echo -e " $VE Agregando clave para el editor$RO VS Codium$CL "
97- wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
97+ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg
98+ sudo chmod ugo+r /etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg
9899
99100 # # Google Earth
100101 echo -e " $VE Agregando clave para $RO Google Earth$CL "
@@ -130,6 +131,12 @@ comunes_agregar_llaves() {
130131
131132 # # Any Desk
132133 wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
134+
135+ # # GO CD (Desarrollo continuo)
136+ curl https://download.gocd.org/GOCD-GPG-KEY.asc | sudo apt-key add -
137+
138+ # # Jenkins
139+ wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
133140}
134141
135142# #
Original file line number Diff line number Diff line change 1+ ########################################################
2+ ## GOCD ##
3+ ########################################################
4+ deb https://download.gocd.org /
Original file line number Diff line number Diff line change 1+ ########################################################
2+ ## JENKINS ##
3+ ########################################################
4+
5+ deb https://pkg.jenkins.io/debian-stable binary/
Original file line number Diff line number Diff line change 33########################################################
44# curl -O https://www.virtualbox.org/download/oracle_vbox_2016.asc
55# sudo apt-key add oracle_vbox_2016.asc
6- deb http://download.virtualbox.org/virtualbox/debian stretch contrib
6+ deb http://download.virtualbox.org/virtualbox/debian buster contrib
Original file line number Diff line number Diff line change 1- deb https://gitlab.com/paulcarroty/ vscodium-deb-rpm-repo/raw/repos /debs/ vscodium main
1+ deb [signed-by=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg] https://paulcarroty. gitlab.io/ vscodium-deb-rpm-repo/debs/ vscodium main
Original file line number Diff line number Diff line change 1+ ########################################################
2+ ## KERNEL LIQUORIX ##
3+ ########################################################
4+ ## curl https://liquorix.net/linux-liquorix.pub | sudo apt-key add - && sudo apt-get update
5+ ## sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
6+ # deb http://liquorix.net/debian stable main
7+ # deb-src http://liquorix.net/debian stable main
Original file line number Diff line number Diff line change 22## KERNEL LIQUORIX ##
33########################################################
44#### curl https://liquorix.net/linux-liquorix.pub | sudo apt-key add - && sudo apt-get update
5- # deb http://liquorix.net/debian sid main
6- # deb-src http://liquorix.net/debian sid main
5+ # deb http://liquorix.net/debian testing main
6+ # deb-src http://liquorix.net/debian testing main
You can’t perform that action at this time.
0 commit comments