jewelrystore 1.4.6 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/jewelrystore +165 -0
  3. data/lib/jewelrystore.rb +164 -127
  4. metadata +19 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d83d1bf1177373725577b38e53b6ee531c120be24294d54bd982644cb12ab8a
4
- data.tar.gz: 35b739baefd30781784394001506029b73ab0d007d82581bce02865a790c348f
3
+ metadata.gz: 6ee80b44c72738fc6441de71a0f64afc71629a410d23313198626fa5a65a3861
4
+ data.tar.gz: 6fccb7b41548e4a86c7a44637845283ed6059f28fa82b407c79296cd104ef99f
5
5
  SHA512:
6
- metadata.gz: 606a0b54d698dc94cd3cc3169e99f047cb54c6f19ac18c79ac0c0a713e9288a3e83fa014cb4bc5adae5d7e489627f0932fbc2d14e19cbca711064778b74ccff3
7
- data.tar.gz: 79071d64fc9f2b174692d7168f5741678d08e3fad4bae1e2d0101283b71b40e9beac5779d5d13f9f425149ed278199f207a6d61661bbd9adc87d5378054481b0
6
+ metadata.gz: e328ffd57560fe5733435cc9e516faf704d63df296ec7e5545913943979c47eb48435c42fb1f56c43eb9db20d3068a0a3c3cad41b18878640c9825c7b720d750
7
+ data.tar.gz: 3866d13df474c07303694bc606bca877385f4d003c562e30f3ccace46c0af2f99bd60e029740854bd49b62d1322b9e730c56e45f4ea327f7d1feda7639d13acb
data/bin/jewelrystore ADDED
@@ -0,0 +1,165 @@
1
+ #!/usr/bin/env ruby
2
+ require 'colorize'
3
+ puts 'welcome to jewelry store to list all apps type list or type bye to exit'.colorize(:red)
4
+ res = gets.chomp
5
+ if res == 'list'
6
+ puts 'all apps available are:'.colorize(:red)
7
+ puts 'inkscape'.colorize(:grey)
8
+ puts 'gparted'.colorize(:green)
9
+ puts 'audacity'.colorize(:red)
10
+ puts 'librewolf'.colorize(:blue)
11
+ puts 'ferdi'.colorize(:purple)
12
+ puts 'vscode'.colorize(:blue)
13
+ puts 'emacs'.colorize(:purple)
14
+ puts 'etcher'.colorize(:green)
15
+ puts 'brave'.colorize(:yellow)
16
+ puts 'stepmania'.colorize(:yellow)
17
+ puts 'zoom'.colorize(:blue)
18
+ puts 'schildichat'.colorize(:green)
19
+ puts 'cpu-x'.colorize(:blue)
20
+ puts 'atom'.colorize(:green)
21
+ puts 'blender'.colorize(:yellow)
22
+ puts 'krita'.colorize(:pink)
23
+ puts 'gimp'.colorize(:white)
24
+
25
+ end
26
+
27
+ if res == 'bye'
28
+ puts 'exiting'.colorize(:red)
29
+ end
30
+
31
+ if res == 'inkscape'
32
+ puts 'i will install: InkScape x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
33
+ inkscaped = gets.chomp
34
+ puts 'installing inkscape appimage'.colorize(:red)
35
+ inkscape = system( "cd ~/ && wget https://media.inkscape.org/dl/resources/file/Inkscape-0a00cf5-x86_64.AppImage" )
36
+ puts 'app installed with sucess in your home'.colorize(:red)
37
+ end
38
+
39
+ if res == 'gparted'
40
+ puts 'i will install: GParted x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
41
+ gpartedd = gets.chomp
42
+ puts 'installing GParted appimage'.colorize(:red)
43
+ gparted = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/06/102453/Gparted.AppImage" )
44
+ puts 'app installed with sucess in your home'.colorize(:red)
45
+ end
46
+
47
+ if res == 'audacity'
48
+ puts 'i will install Audacity x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
49
+ audacityd = gets.chomp
50
+ puts 'installing Audacity appimage'.colorize(:red)
51
+ audacity = system( "cd ~/ && wget https://github.com/audacity/audacity/releases/download/Audacity-3.1.3/audacity-linux-3.1.3-x86_64.AppImage" )
52
+ puts 'app installed with sucess in your home'.colorize(:red)
53
+ end
54
+
55
+ if res == 'librewolf'
56
+ puts 'i will install LibreWolf x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
57
+ librewolfd = gets.chomp
58
+ puts 'installing LibreWolf AppImage'.colorize(:red)
59
+ librewolf = system( "cd ~/ && wget https://download943.mediafire.com/91e2t4qw35wg/jif8wa50dm7c1by/LibreWolf.x86_64.AppImage" )
60
+ puts 'app installed with sucess in your home'.colorize(:red)
61
+ end
62
+
63
+ if res == 'ferdi'
64
+ puts 'i will install Ferdi x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
65
+ ferdid = gets.chomp
66
+ puts 'installing Ferdi AppImage'.colorize(:red)
67
+ ferdi = system( "cd ~/ && wget https://github.com/getferdi/ferdi/releases/download/v5.8.0/Ferdi-5.8.0.AppImage" )
68
+ puts 'app installed with sucess in your home'.colorize(:red)
69
+ end
70
+
71
+ if res == 'vscode'
72
+ puts 'i will install Code-Oss x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
73
+ coded = gets.chomp
74
+ puts 'installing VsCode AppImage'.colorize(:red)
75
+ code = system( "cd ~/ && wget https://github.com/zilti/code-oss.AppImage/releases/download/continuous/Code_OSS-x86_64.AppImage" )
76
+ puts 'app installed with sucess in your home'.colorize(:red)
77
+ end
78
+
79
+ if res == 'emacs'
80
+ puts 'i will install emacs AppImage, Correct? (Press Enter)'.colorize(:red)
81
+ emacsd = gets.chomp
82
+ puts 'installing Emacs AppImage'.colorize(:red)
83
+ emacs = system( "cd ~/ && wget https://github.com/probonopd/Emacs.AppImage/releases/download/continuous/Emacs-27.2.glibc2.16-x86_64.AppImage" )
84
+ puts 'app installed with sucess in your home'.colorize(:red)
85
+ end
86
+
87
+ if res == 'etcher'
88
+ puts 'I will install Balena-Etcher x64 AppImage, Correct? (Press Enter)'.colorize(:red)
89
+ etcherd = gets.chomp
90
+ puts 'Installing Emacs AppImage'.colorize(:red)
91
+ etcher = system( "cd ~/ && wget https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-1.7.8-x64.AppImage" )
92
+ puts 'App installed with success in your home'.colorize(:red)
93
+ end
94
+
95
+ if res == 'brave'
96
+ puts 'I will install Brave x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
97
+ brave = gets.chomp
98
+ puts 'Installing Brave AppImage'.colorize(:red)
99
+ brave = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/05/055813/Brave.AppImage" )
100
+ puts 'app installed with sucess in your home'.colorize(:red)
101
+ end
102
+
103
+ if res == 'stepmania'
104
+ puts 'I will install StepMania 5.1 beta x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
105
+ stepmaniad = gets.chomp
106
+ puts 'Installing StepMania AppImage'.colorize(:red)
107
+ stepmania = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMTUwODUxNiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0MmE1M2M2NjdiNDQ2NDIwODVlMDA5OGI5NWIxNDQ4MTY3N2ZhNmI1MjAyMDcwYTgxZjkxYjI2MDEwMjAzNTQ3MGVhNzFhM2VmZDNmZjJmNjkzZmQ5ODA2YzAxYjNjNmYxNWU2YzVmMGY4MWIyY2YwNDMwZmQ2ZTcwNmFmZjcyZiIsInQiOjE2NDc4ODE3NTIsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.5Pqzqpy4A6_2FjvxKrjN2fYy9CT68TaZKKmu_pXXlAc/StepMania-5.1-f1ebe8d-x86_64.AppImage " )
108
+ puts 'app installed with sucess in your home'.colorize(:red)
109
+ end
110
+
111
+ if res == 'zoom'
112
+ puts 'I will install Zoom x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
113
+ zoomd = gets.chomp
114
+ puts 'Installing Zoom AppImage'.colorize(:red)
115
+ zoom = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMjY1MjY0NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJjY2IzOGY2MDUxZTA1ZmZlOWM2OTkxZWNiYmNjODljZDNhZDE0YWZjODY2NmY2YTM4MjkyMzZlNzI1MTc3ZGU1OWRiMGM4NzMyNDRjMDQxMDAwMDBmMDNhZjRjOGUwNzk3YTQzYTc2MDY5NzJhMmU3ZjAwNmIyYzk1ODg0N2MyNyIsInQiOjE2NDc4ODE4NDMsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.sf2N3V4wAvTwg_oGR9w-k3LUZcr5R3-1R0rbXj0DjnI/Zoom-5.7.31792.0820.glibc2.17-x86_64.AppImage " )
116
+ puts 'app installed with sucess in your home'.colorize(:red)
117
+ end
118
+
119
+ if res == 'schildichat'
120
+ puts 'I will install SchildiChat x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
121
+ schatd = gets.chomp
122
+ puts 'Installing SchildiChat AppImage'.colorize(:red)
123
+ schat = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwODIwNzkzMCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzMDdiM2MyNzdjNmEwNmJjNTUzOWIyZTRmOWJiZmJkNWFjZjM5NjhjYzc3MGI4YTU2OTZkNjcxOTgyNWVmYjg2YTc5M2NhMTQ5MzRmY2ZmODg0NTIwODdhMjUzNDkzOGJhZDE2NDY5MWEwZjQ4OTQzYzRjZDdhN2Y3ZTMzYmY3MCIsInQiOjE2NDc4ODI3NDcsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.HM7ynsB4H-AV0CHqvHin3rzitDgTZTU1dksEiRrKvBQ/SchildiChat-1.7.15.AppImage " )
124
+ puts 'app installed with sucess in your home'.colorize(:red)
125
+ end
126
+
127
+ if res == 'cpu-x'
128
+ puts 'I will install CPU-X x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
129
+ cpuxd = gets.chomp
130
+ puts 'Installing CPU-X AppImage'.colorize(:red)
131
+ cpux = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/24292801/6b1fe73e-86e1-429c-88ea-ee41bd019276?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220321T162401Z&X-Amz-Expires=300&X-Amz-Signature=fa9da0fcd59276a5a1c2a6f6b0d447d7af5f7b7731d9c16b5d4e1e39311b54da&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=24292801&response-content-disposition=attachment%3B%20filename%3DCPU-X-x86_64.AppImage&response-content-type=application%2Foctet-stream " )
132
+ puts 'app installed with sucess in your home'.colorize(:red)
133
+ end
134
+
135
+ if res == 'atom'
136
+ puts 'I will install Atom IDE x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
137
+ atomd = gets.chomp
138
+ puts 'Installing Atom AppImage'.colorize(:red)
139
+ atom = system( "cd ~/ && wget https://rsync.opensuse.org/repositories/home:/zilti:/appimages/AppImage/Atom-0-Build7.6.glibc2.17-x86_64.AppImage" )
140
+ puts 'app installed with sucess in your home'.colorize(:red)
141
+ end
142
+
143
+ if res == 'blender'
144
+ puts 'I will install Blender x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
145
+ blenderd = gets.chomp
146
+ puts 'Installing Blender AppImage'.colorize(:red)
147
+ blender = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxMzAyOCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI1NjMyNTYzMzI3NmUwOWUxYmI0ZDNjNzc4YTM1ODk2ZGU3ZDQ2MGY5OTJlNDgzNWU3YjhkY2IyYTRlNTcwMmExYTIxNGJiYTI4NjBlMDY3N2Y0MDRiYTRkMWU4ZDAwNWMwODM3MGE3YzcyODk5MDlhNjk0ZGYwOTU0OTIxNzViOSIsInQiOjE2NDc5OTIyMjUsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.NadXu5Q82JaQycdTvoSvjATRLd9Q2iQUiTXTDeYs5c8/Blender-v2.90.0-x86_64.AppImage" )
148
+ puts 'app installed with sucess in your home'.colorize(:red)
149
+ end
150
+
151
+ if res == 'krita'
152
+ puts 'I will install Krita x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
153
+ kritad = gets.chomp
154
+ puts 'Installing Krita AppImage'.colorize(:red)
155
+ krita = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkzMzc2OSwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJlZGE0NWMyODA0NWRlNDIxNDgzNzExZDc0ZDJlZGZjNzY4M2Y0YTljYmVjOGE2NzU5ZWZkMGMxYmQ3ZDYzNjkwOTgwYTJiOWY3NTllNTkwMWVmYTA4NGY3MWQ0OGQyZmQ0MzY1ZjRhOWM3YzJjNzlmNTk4OTg2MjMyNjAxNTQyNSIsInQiOjE2NDc5OTI0MjIsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.lRP10rJ_cyvF38FJ34WacH78A0yLtUjM5b_C9phRVR4/krita-4.3.0-x86_64.appimage" )
156
+ puts 'app installed with sucess in your home'.colorize(:red)
157
+ end
158
+
159
+ if res == 'gimp'
160
+ puts 'I will install Gimp x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
161
+ gimpd = gets.chomp
162
+ puts 'Installing Gimp AppImage'.colorize(:red)
163
+ gimo = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkyNDUwNCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MGQ4OTZjNGEwOWJiZmJiYzNkZDRjZWRjZWUwNDFkN2RmMjIzODMzMWFiZTc4YTE2YTg2NWE4NzQxODc1OTcyNmQ3N2Y1ZGE3ZTdlMTM4ZGNiOGE5MTIyMmQ0YWJkZmUyNmRhYjk5M2M3MWI2ODE3OGYxZTYxODhhNjQ1YmYzYiIsInQiOjE2NDc5OTI2NjEsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.CpkSnEc13pPiDg93ayIBOdJG87WSBLrJ8g10YqIcWME/GIMP_AppImage-git-2.10.21-20201001-withplugins-x86_64.AppImage" )
164
+ puts 'app installed with sucess in your home'.colorize(:red)
165
+ end
data/lib/jewelrystore.rb CHANGED
@@ -2,133 +2,170 @@ require 'colorize'
2
2
  class Jewelrystore
3
3
  def self.run
4
4
 
5
- puts 'welcome to jewelry store to list all apps type list or type bye to exit'.colorize(:red)
6
- res = gets.chomp
7
- if res == 'list'
8
- puts 'all apps available are:'.colorize(:red)
9
- puts 'inkscape'.colorize(:grey)
10
- puts 'gparted'.colorize(:green)
11
- puts 'audacity'.colorize(:red)
12
- puts 'librewolf'.colorize(:blue)
13
- puts 'ferdi'.colorize(:purple)
14
- puts 'vscode'.colorize(:blue)
15
- puts 'emacs'.colorize(:purple)
16
- puts 'etcher'.colorize(:green)
17
- puts 'brave'.colorize(:orange)
18
- puts 'stepmania'.colorize(:yellow)
19
- puts 'zoom'.colorize(:blue)
20
- puts 'schildichat'.colorize(:green)
21
- puts 'cpu-x'.colorize(:blue)
22
-
23
- end
24
-
25
- if res == 'bye'
26
- puts 'exiting'.colorize(:red)
27
- end
28
-
29
- if res == 'inkscape'
30
- puts 'i will install: InkScape x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
31
- inkscaped = gets.chomp
32
- puts 'installing inkscape appimage'.colorize(:red)
33
- inkscape = system( "cd ~/ && wget https://media.inkscape.org/dl/resources/file/Inkscape-0a00cf5-x86_64.AppImage" )
34
- puts 'app installed with sucess in your home'.colorize(:red)
35
- end
36
-
37
- if res == 'gparted'
38
- puts 'i will install: GParted x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
39
- gpartedd = gets.chomp
40
- puts 'installing GParted appimage'.colorize(:red)
41
- gparted = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/06/102453/Gparted.AppImage" )
42
- puts 'app installed with sucess in your home'.colorize(:red)
43
- end
44
-
45
- if res == 'audacity'
46
- puts 'i will install Audacity x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
47
- audacityd = gets.chomp
48
- puts 'installing Audacity appimage'.colorize(:red)
49
- audacity = system( "cd ~/ && wget https://github.com/audacity/audacity/releases/download/Audacity-3.1.3/audacity-linux-3.1.3-x86_64.AppImage" )
50
- puts 'app installed with sucess in your home'.colorize(:red)
51
- end
52
-
53
- if res == 'librewolf'
54
- puts 'i will install LibreWolf x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
55
- librewolfd = gets.chomp
56
- puts 'installing LibreWolf AppImage'.colorize(:red)
57
- librewolf = system( "cd ~/ && wget https://download943.mediafire.com/91e2t4qw35wg/jif8wa50dm7c1by/LibreWolf.x86_64.AppImage" )
58
- puts 'app installed with sucess in your home'.colorize(:red)
59
- end
60
-
61
- if res == 'ferdi'
62
- puts 'i will install Ferdi x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
63
- ferdid = gets.chomp
64
- puts 'installing Ferdi AppImage'.colorize(:red)
65
- ferdi = system( "cd ~/ && wget https://github.com/getferdi/ferdi/releases/download/v5.8.0/Ferdi-5.8.0.AppImage" )
66
- puts 'app installed with sucess in your home'.colorize(:red)
67
- end
68
-
69
- if res == 'vscode'
70
- puts 'i will install Code-Oss x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
71
- coded = gets.chomp
72
- puts 'installing VsCode AppImage'.colorize(:red)
73
- code = system( "cd ~/ && wget https://github.com/zilti/code-oss.AppImage/releases/download/continuous/Code_OSS-x86_64.AppImage" )
74
- puts 'app installed with sucess in your home'.colorize(:red)
75
- end
76
-
77
- if res == 'emacs'
78
- puts 'i will install emacs AppImage, Correct? (Press Enter)'.colorize(:red)
79
- emacsd = gets.chomp
80
- puts 'installing Emacs AppImage'.colorize(:red)
81
- emacs = system( "cd ~/ && wget https://github.com/probonopd/Emacs.AppImage/releases/download/continuous/Emacs-27.2.glibc2.16-x86_64.AppImage" )
82
- puts 'app installed with sucess in your home'.colorize(:red)
83
- end
84
-
85
- if res == 'etcher'
86
- puts 'I will install Balena-Etcher x64 AppImage, Correct? (Press Enter)'.colorize(:red)
87
- etcherd = gets.chomp
88
- puts 'Installing Emacs AppImage'.colorize(:red)
89
- etcher = system( "cd ~/ && wget https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-1.7.8-x64.AppImage" )
90
- puts 'App installed with success in your home'.colorize(:red)
91
- end
92
-
93
- if res == 'brave'
94
- puts 'I will install Brave x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
95
- brave = gets.chomp
96
- puts 'Installing Brave AppImage'.colorize(:red)
97
- brave = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/05/055813/Brave.AppImage" )
98
- puts 'app installed with sucess in your home'.colorize(:red)
99
- end
100
-
101
- if res == 'stepmania'
102
- puts 'I will install StepMania 5.1 beta x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
103
- stepmaniad = gets.chomp
104
- puts 'Installing StepMania AppImage'.colorize(:red)
105
- stepmania = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMTUwODUxNiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0MmE1M2M2NjdiNDQ2NDIwODVlMDA5OGI5NWIxNDQ4MTY3N2ZhNmI1MjAyMDcwYTgxZjkxYjI2MDEwMjAzNTQ3MGVhNzFhM2VmZDNmZjJmNjkzZmQ5ODA2YzAxYjNjNmYxNWU2YzVmMGY4MWIyY2YwNDMwZmQ2ZTcwNmFmZjcyZiIsInQiOjE2NDc4ODE3NTIsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.5Pqzqpy4A6_2FjvxKrjN2fYy9CT68TaZKKmu_pXXlAc/StepMania-5.1-f1ebe8d-x86_64.AppImage " )
106
- puts 'app installed with sucess in your home'.colorize(:red)
107
- end
108
-
109
- if res == 'zoom'
110
- puts 'I will install Zoom x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
111
- zoomd = gets.chomp
112
- puts 'Installing Zoom AppImage'.colorize(:red)
113
- zoom = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMjY1MjY0NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJjY2IzOGY2MDUxZTA1ZmZlOWM2OTkxZWNiYmNjODljZDNhZDE0YWZjODY2NmY2YTM4MjkyMzZlNzI1MTc3ZGU1OWRiMGM4NzMyNDRjMDQxMDAwMDBmMDNhZjRjOGUwNzk3YTQzYTc2MDY5NzJhMmU3ZjAwNmIyYzk1ODg0N2MyNyIsInQiOjE2NDc4ODE4NDMsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.sf2N3V4wAvTwg_oGR9w-k3LUZcr5R3-1R0rbXj0DjnI/Zoom-5.7.31792.0820.glibc2.17-x86_64.AppImage " )
114
- puts 'app installed with sucess in your home'.colorize(:red)
115
- end
116
-
117
- if res == 'schildichat'
118
- puts 'I will install SchildiChat x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
119
- schatd = gets.chomp
120
- puts 'Installing SchildiChat AppImage'.colorize(:red)
121
- schat = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwODIwNzkzMCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzMDdiM2MyNzdjNmEwNmJjNTUzOWIyZTRmOWJiZmJkNWFjZjM5NjhjYzc3MGI4YTU2OTZkNjcxOTgyNWVmYjg2YTc5M2NhMTQ5MzRmY2ZmODg0NTIwODdhMjUzNDkzOGJhZDE2NDY5MWEwZjQ4OTQzYzRjZDdhN2Y3ZTMzYmY3MCIsInQiOjE2NDc4ODI3NDcsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.HM7ynsB4H-AV0CHqvHin3rzitDgTZTU1dksEiRrKvBQ/SchildiChat-1.7.15.AppImage " )
122
- puts 'app installed with sucess in your home'.colorize(:red)
123
- end
124
-
125
- if res == 'cpu-x'
126
- puts 'I will install CPU-X x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
127
- cpuxd = gets.chomp
128
- puts 'Installing CPU-X AppImage'.colorize(:red)
129
- cpux = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/24292801/6b1fe73e-86e1-429c-88ea-ee41bd019276?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220321T162401Z&X-Amz-Expires=300&X-Amz-Signature=fa9da0fcd59276a5a1c2a6f6b0d447d7af5f7b7731d9c16b5d4e1e39311b54da&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=24292801&response-content-disposition=attachment%3B%20filename%3DCPU-X-x86_64.AppImage&response-content-type=application%2Foctet-stream " )
130
- puts 'app installed with sucess in your home'.colorize(:red)
131
- end
5
+ require 'colorize'
6
+ puts 'welcome to jewelry store to list all apps type list or type bye to exit'.colorize(:red)
7
+ res = gets.chomp
8
+ if res == 'list'
9
+ puts 'all apps available are:'.colorize(:red)
10
+ puts 'inkscape'.colorize(:grey)
11
+ puts 'gparted'.colorize(:green)
12
+ puts 'audacity'.colorize(:red)
13
+ puts 'librewolf'.colorize(:blue)
14
+ puts 'ferdi'.colorize(:purple)
15
+ puts 'vscode'.colorize(:blue)
16
+ puts 'emacs'.colorize(:purple)
17
+ puts 'etcher'.colorize(:green)
18
+ puts 'brave'.colorize(:yellow)
19
+ puts 'stepmania'.colorize(:yellow)
20
+ puts 'zoom'.colorize(:blue)
21
+ puts 'schildichat'.colorize(:green)
22
+ puts 'cpu-x'.colorize(:blue)
23
+ puts 'atom'.colorize(:green)
24
+ puts 'blender'.colorize(:yellow)
25
+ puts 'krita'.colorize(:pink)
26
+ puts 'gimp'.colorize(:white)
27
+
28
+ end
29
+
30
+ if res == 'bye'
31
+ puts 'exiting'.colorize(:red)
32
+ end
33
+
34
+ if res == 'inkscape'
35
+ puts 'i will install: InkScape x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
36
+ inkscaped = gets.chomp
37
+ puts 'installing inkscape appimage'.colorize(:red)
38
+ inkscape = system( "cd ~/ && wget https://media.inkscape.org/dl/resources/file/Inkscape-0a00cf5-x86_64.AppImage" )
39
+ puts 'app installed with sucess in your home'.colorize(:red)
40
+ end
41
+
42
+ if res == 'gparted'
43
+ puts 'i will install: GParted x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
44
+ gpartedd = gets.chomp
45
+ puts 'installing GParted appimage'.colorize(:red)
46
+ gparted = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/06/102453/Gparted.AppImage" )
47
+ puts 'app installed with sucess in your home'.colorize(:red)
48
+ end
49
+
50
+ if res == 'audacity'
51
+ puts 'i will install Audacity x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
52
+ audacityd = gets.chomp
53
+ puts 'installing Audacity appimage'.colorize(:red)
54
+ audacity = system( "cd ~/ && wget https://github.com/audacity/audacity/releases/download/Audacity-3.1.3/audacity-linux-3.1.3-x86_64.AppImage" )
55
+ puts 'app installed with sucess in your home'.colorize(:red)
56
+ end
57
+
58
+ if res == 'librewolf'
59
+ puts 'i will install LibreWolf x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
60
+ librewolfd = gets.chomp
61
+ puts 'installing LibreWolf AppImage'.colorize(:red)
62
+ librewolf = system( "cd ~/ && wget https://download943.mediafire.com/91e2t4qw35wg/jif8wa50dm7c1by/LibreWolf.x86_64.AppImage" )
63
+ puts 'app installed with sucess in your home'.colorize(:red)
64
+ end
65
+
66
+ if res == 'ferdi'
67
+ puts 'i will install Ferdi x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
68
+ ferdid = gets.chomp
69
+ puts 'installing Ferdi AppImage'.colorize(:red)
70
+ ferdi = system( "cd ~/ && wget https://github.com/getferdi/ferdi/releases/download/v5.8.0/Ferdi-5.8.0.AppImage" )
71
+ puts 'app installed with sucess in your home'.colorize(:red)
72
+ end
73
+
74
+ if res == 'vscode'
75
+ puts 'i will install Code-Oss x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
76
+ coded = gets.chomp
77
+ puts 'installing VsCode AppImage'.colorize(:red)
78
+ code = system( "cd ~/ && wget https://github.com/zilti/code-oss.AppImage/releases/download/continuous/Code_OSS-x86_64.AppImage" )
79
+ puts 'app installed with sucess in your home'.colorize(:red)
80
+ end
81
+
82
+ if res == 'emacs'
83
+ puts 'i will install emacs AppImage, Correct? (Press Enter)'.colorize(:red)
84
+ emacsd = gets.chomp
85
+ puts 'installing Emacs AppImage'.colorize(:red)
86
+ emacs = system( "cd ~/ && wget https://github.com/probonopd/Emacs.AppImage/releases/download/continuous/Emacs-27.2.glibc2.16-x86_64.AppImage" )
87
+ puts 'app installed with sucess in your home'.colorize(:red)
88
+ end
89
+
90
+ if res == 'etcher'
91
+ puts 'I will install Balena-Etcher x64 AppImage, Correct? (Press Enter)'.colorize(:red)
92
+ etcherd = gets.chomp
93
+ puts 'Installing Emacs AppImage'.colorize(:red)
94
+ etcher = system( "cd ~/ && wget https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-1.7.8-x64.AppImage" )
95
+ puts 'App installed with success in your home'.colorize(:red)
96
+ end
97
+
98
+ if res == 'brave'
99
+ puts 'I will install Brave x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
100
+ brave = gets.chomp
101
+ puts 'Installing Brave AppImage'.colorize(:red)
102
+ brave = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/05/055813/Brave.AppImage" )
103
+ puts 'app installed with sucess in your home'.colorize(:red)
104
+ end
105
+
106
+ if res == 'stepmania'
107
+ puts 'I will install StepMania 5.1 beta x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
108
+ stepmaniad = gets.chomp
109
+ puts 'Installing StepMania AppImage'.colorize(:red)
110
+ stepmania = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMTUwODUxNiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0MmE1M2M2NjdiNDQ2NDIwODVlMDA5OGI5NWIxNDQ4MTY3N2ZhNmI1MjAyMDcwYTgxZjkxYjI2MDEwMjAzNTQ3MGVhNzFhM2VmZDNmZjJmNjkzZmQ5ODA2YzAxYjNjNmYxNWU2YzVmMGY4MWIyY2YwNDMwZmQ2ZTcwNmFmZjcyZiIsInQiOjE2NDc4ODE3NTIsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.5Pqzqpy4A6_2FjvxKrjN2fYy9CT68TaZKKmu_pXXlAc/StepMania-5.1-f1ebe8d-x86_64.AppImage " )
111
+ puts 'app installed with sucess in your home'.colorize(:red)
112
+ end
113
+
114
+ if res == 'zoom'
115
+ puts 'I will install Zoom x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
116
+ zoomd = gets.chomp
117
+ puts 'Installing Zoom AppImage'.colorize(:red)
118
+ zoom = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMjY1MjY0NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJjY2IzOGY2MDUxZTA1ZmZlOWM2OTkxZWNiYmNjODljZDNhZDE0YWZjODY2NmY2YTM4MjkyMzZlNzI1MTc3ZGU1OWRiMGM4NzMyNDRjMDQxMDAwMDBmMDNhZjRjOGUwNzk3YTQzYTc2MDY5NzJhMmU3ZjAwNmIyYzk1ODg0N2MyNyIsInQiOjE2NDc4ODE4NDMsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.sf2N3V4wAvTwg_oGR9w-k3LUZcr5R3-1R0rbXj0DjnI/Zoom-5.7.31792.0820.glibc2.17-x86_64.AppImage " )
119
+ puts 'app installed with sucess in your home'.colorize(:red)
120
+ end
121
+
122
+ if res == 'schildichat'
123
+ puts 'I will install SchildiChat x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
124
+ schatd = gets.chomp
125
+ puts 'Installing SchildiChat AppImage'.colorize(:red)
126
+ schat = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwODIwNzkzMCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzMDdiM2MyNzdjNmEwNmJjNTUzOWIyZTRmOWJiZmJkNWFjZjM5NjhjYzc3MGI4YTU2OTZkNjcxOTgyNWVmYjg2YTc5M2NhMTQ5MzRmY2ZmODg0NTIwODdhMjUzNDkzOGJhZDE2NDY5MWEwZjQ4OTQzYzRjZDdhN2Y3ZTMzYmY3MCIsInQiOjE2NDc4ODI3NDcsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.HM7ynsB4H-AV0CHqvHin3rzitDgTZTU1dksEiRrKvBQ/SchildiChat-1.7.15.AppImage " )
127
+ puts 'app installed with sucess in your home'.colorize(:red)
128
+ end
129
+
130
+ if res == 'cpu-x'
131
+ puts 'I will install CPU-X x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
132
+ cpuxd = gets.chomp
133
+ puts 'Installing CPU-X AppImage'.colorize(:red)
134
+ cpux = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/24292801/6b1fe73e-86e1-429c-88ea-ee41bd019276?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220321T162401Z&X-Amz-Expires=300&X-Amz-Signature=fa9da0fcd59276a5a1c2a6f6b0d447d7af5f7b7731d9c16b5d4e1e39311b54da&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=24292801&response-content-disposition=attachment%3B%20filename%3DCPU-X-x86_64.AppImage&response-content-type=application%2Foctet-stream " )
135
+ puts 'app installed with sucess in your home'.colorize(:red)
136
+ end
137
+
138
+ if res == 'atom'
139
+ puts 'I will install Atom IDE x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
140
+ atomd = gets.chomp
141
+ puts 'Installing Atom AppImage'.colorize(:red)
142
+ atom = system( "cd ~/ && wget https://rsync.opensuse.org/repositories/home:/zilti:/appimages/AppImage/Atom-0-Build7.6.glibc2.17-x86_64.AppImage" )
143
+ puts 'app installed with sucess in your home'.colorize(:red)
144
+ end
145
+
146
+ if res == 'blender'
147
+ puts 'I will install Blender x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
148
+ blenderd = gets.chomp
149
+ puts 'Installing Blender AppImage'.colorize(:red)
150
+ blender = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxMzAyOCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI1NjMyNTYzMzI3NmUwOWUxYmI0ZDNjNzc4YTM1ODk2ZGU3ZDQ2MGY5OTJlNDgzNWU3YjhkY2IyYTRlNTcwMmExYTIxNGJiYTI4NjBlMDY3N2Y0MDRiYTRkMWU4ZDAwNWMwODM3MGE3YzcyODk5MDlhNjk0ZGYwOTU0OTIxNzViOSIsInQiOjE2NDc5OTIyMjUsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.NadXu5Q82JaQycdTvoSvjATRLd9Q2iQUiTXTDeYs5c8/Blender-v2.90.0-x86_64.AppImage" )
151
+ puts 'app installed with sucess in your home'.colorize(:red)
152
+ end
153
+
154
+ if res == 'krita'
155
+ puts 'I will install Krita x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
156
+ kritad = gets.chomp
157
+ puts 'Installing Krita AppImage'.colorize(:red)
158
+ krita = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkzMzc2OSwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJlZGE0NWMyODA0NWRlNDIxNDgzNzExZDc0ZDJlZGZjNzY4M2Y0YTljYmVjOGE2NzU5ZWZkMGMxYmQ3ZDYzNjkwOTgwYTJiOWY3NTllNTkwMWVmYTA4NGY3MWQ0OGQyZmQ0MzY1ZjRhOWM3YzJjNzlmNTk4OTg2MjMyNjAxNTQyNSIsInQiOjE2NDc5OTI0MjIsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.lRP10rJ_cyvF38FJ34WacH78A0yLtUjM5b_C9phRVR4/krita-4.3.0-x86_64.appimage" )
159
+ puts 'app installed with sucess in your home'.colorize(:red)
160
+ end
161
+
162
+ if res == 'gimp'
163
+ puts 'I will install Gimp x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
164
+ gimpd = gets.chomp
165
+ puts 'Installing Gimp AppImage'.colorize(:red)
166
+ gimo = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkyNDUwNCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MGQ4OTZjNGEwOWJiZmJiYzNkZDRjZWRjZWUwNDFkN2RmMjIzODMzMWFiZTc4YTE2YTg2NWE4NzQxODc1OTcyNmQ3N2Y1ZGE3ZTdlMTM4ZGNiOGE5MTIyMmQ0YWJkZmUyNmRhYjk5M2M3MWI2ODE3OGYxZTYxODhhNjQ1YmYzYiIsInQiOjE2NDc5OTI2NjEsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.CpkSnEc13pPiDg93ayIBOdJG87WSBLrJ8g10YqIcWME/GIMP_AppImage-git-2.10.21-20201001-withplugins-x86_64.AppImage" )
167
+ puts 'app installed with sucess in your home'.colorize(:red)
168
+ end
132
169
 
133
170
  end
134
171
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jewelrystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - NillyTheL0L
@@ -10,13 +10,29 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2022-03-22 00:00:00.000000000 Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: colorize
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: '0'
14
28
  description: An appimage cli store
15
29
  email: iagodp08@gmail.com
16
- executables: []
30
+ executables:
31
+ - jewelrystore
17
32
  extensions: []
18
33
  extra_rdoc_files: []
19
34
  files:
35
+ - bin/jewelrystore
20
36
  - lib/jewelrystore.rb
21
37
  homepage: https://jewelrystore.emperror.repl.co
22
38
  licenses: