Skip to content

Commit cb80c41

Browse files
authored
Merge pull request #201 from fryntiz/dev
Mejoras y correcciones para versión 0.8.10
2 parents fefe433 + 5874f61 commit cb80c41

File tree

18 files changed

+82
-13
lines changed

18 files changed

+82
-13
lines changed

Apps/IDEs/phpstorm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ phpstorm_postconfiguracion() {
7575
}
7676

7777
phpstorm_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

Apps/IDEs/pycharm_pro.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7476
pycharm_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

Lenguajes-Programacion/php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

Repositorios/debian/comunes.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
##
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
########################################################
2+
## GOCD ##
3+
########################################################
4+
deb https://download.gocd.org /
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
########################################################
2+
## JENKINS ##
3+
########################################################
4+
5+
deb https://pkg.jenkins.io/debian-stable binary/

Repositorios/debian/comunes/sources.list.d/virtualbox.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

Repositorios/debian/testing/sources.list.d/liquorix.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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

0 commit comments

Comments
 (0)