getch 0.3.0 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c43bba03495a77a22b582c84f7e044383bc432fb8c8ca676d093673e836362af
4
- data.tar.gz: 762dd43c65c336df63176b7945d75600153503c3ccdf7d899228cd18443bbda7
3
+ metadata.gz: 880096b36b35951139edcd47f4e5668543030fe47b12eeb7057b7b968277dae4
4
+ data.tar.gz: 589f41662372b0539468498154ae9c62652dda8e3ef98acdf9f3846ed4a24b74
5
5
  SHA512:
6
- metadata.gz: 1f5a90d17518469533bfdcafd14b3e3ad155717c722182fca194bfd81fced2dc37ff0093af2da778cf53cadb5c4e23ae3fa7fe16d7809155f21f1e127c5bbc89
7
- data.tar.gz: c533dbe161df1f6b72c3d690218547e926b219ff6bb19240f46bb040ccb2e86318cc5259b69b7692416c412e109fb5eb22fd424f9bca5d6dc1ae0ff70adc4cd0
6
+ metadata.gz: 0dc24a2f84c83cabe29307bd22d039ee409f77ceb02ed72f486b8499b91ebd6e534a163b315e6b9c5c0f3b27f259240fa1108a1a5b7b3faaba435632f1274731
7
+ data.tar.gz: 74569f9b52ff8cec49df4a9f77c70a2cc90b1b3c2a7a8f11dbc411ebdd8ff1ee927a5a0cb35b247e49ac7cd39ec8c0e3d57b78fc7dc22b97108fc326a146e71a
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md ADDED
@@ -0,0 +1,135 @@
1
+ ## 0.3.4, release 2022-10-10
2
+ * Can work on a Live image of Voidlinux
3
+
4
+ ## 0.3.3, release 2022-10-01
5
+ * Support disk with a sector size of 512.
6
+ * Support vdx disk.
7
+
8
+ ## 0.3.0, release 2022-02-17
9
+ * Gentoo with musl use an additional repo https://github.com/gentoo/musl.git.
10
+ * Gentoo use the kernel `sys-kernel/gentoo-kernel-bin` to install more quickly.
11
+ * No more need to enter password twice with Grub and encrypted system.
12
+ * Can restart the whole installation from scratch with the option `--restart`
13
+ * ZFS create pool with disk id `/dev/disk/by-id`.
14
+ * New option `--lvm` instead of `-f lvm`.
15
+ * Rename option `-z | --zoneinfo` for `-t | --timezone`. Default use `UTC`.
16
+ * Use a generic hostname `host` rather than '{os}-hatch-{randomID}'
17
+ * Musl can be installed with the `--musl` option.
18
+ * Use colors in the script, look better.
19
+
20
+ ## 0.1.9, release 2022-01-26
21
+ * Gentoo use now the kernel `sys-kernel/gentoo-kernel` [project](https://wiki.gentoo.org/wiki/Project:Distribution_Kernel), updates are automatic.
22
+ * Correct the download of the `rootfs tarball` for VoidLinux.
23
+ * ZFS now import pool by ID.
24
+ * ZFS use the cmdline `zfs_arc_max` to limit the max Memory used.
25
+ * Gentoo and Void use `Dracut`, remove `Genkernel`.
26
+ * Gentoo use PAM sha512 with `libpwquality` for the authentication.
27
+ * Add the code linter Rubocop, correct around 1.5k lines of code.
28
+
29
+ ## 0.1.6, release 2021-06-30
30
+ + Getch can also install [Void Linux](https://voidlinux.org/).
31
+ + New option `-o|--os NAME`, work only with NAME = gentoo | void.
32
+ + ZFS write the hostid with `zgenhostid $(hostid)`
33
+ + Add a systctl.conf to enforce TCP/IP stack hardened.
34
+ + README improved.
35
+ + More close of the community standard [github](https://github.com/szorfein/getch/community).
36
+
37
+ ## 0.1.4, release 2021-06-20
38
+ * Install `iptables` by default.
39
+ * Control input for options `--disk`, `--format`, `--zoneinfo`, `--keymap`.
40
+ * Add a `/etc/portage/bashrc` to automatically signing kernel modules with `emerge`.
41
+ * Now clean properly another disk used with option `--separate-x DISK`.
42
+ * For ZFS, use `blockdev --getpbsz` to find correct bloc (sector) size.
43
+ * Populate `/etc/modules-load.d/` with modules found with `lsmod` (only few wifi's, flash usb related (ehci, ohci, xhci, etc)).
44
+ * Remove the package `dev-util/dwarves`.
45
+
46
+ ## 0.1.3, release 2021-05-17
47
+ * LVM use the format /dev/vg_name/lv_name for mount/format/fstab.
48
+ * Stop using `euse` from `gentoolkit`, use native Ruby code here.
49
+ * Optimization on package installation, they shouln't be installed more than once.
50
+ * Regroup use flags under Getch::Gentoo::UseFlag.
51
+ * Upd Bask v0.5 (zstd compression, better support for wifi...)
52
+ * Config for systemd-resolved, enable DNS over TLS with Quad9 (9.9.9.9)
53
+ * Add configs for systemd-network with DHCP for wifi and ethernet.
54
+ * Correct permissions (/home/[user] and /etc/portage)
55
+
56
+ ## 0.1.2, release 2021-05-12
57
+ * DOCS update.
58
+ * Keep Nano for those who need :)
59
+ * ZFS use the last version >=2.0 with kernel stable =5.10
60
+ * ZFS create a Log device and Cache device if getch is used with `--separate-cache`.
61
+ * GRUB or Systemd-boot can now be installed on separate disk with `--separate-boot`.
62
+ * Adding flag for ZFS `-o autotrim=on` (used with `zpool create`).
63
+ * Encrypted swap use: `cipher=aes-xts-plain64:sha256,size=512` by default.
64
+ * In the make.conf: add `-fomit-frame-pointer`, designed to reduce generated code size.
65
+
66
+ ## 0.1.1, release 2020-11-01
67
+ * Change mountpoint for the esp at /efi rather than /boot/efi
68
+ * Replace Garden by Bask https://github.com/szorfein/bask
69
+ * Correct option --username USERNAME, do not create a new partition.
70
+ * New set of options --separate-{boot,cache,home} to install them on another disk
71
+ * Refactor codes
72
+ * Add cpu name to COMMON_FLAGS
73
+ * Add cpuflags with app-portage/cpuid2cpuflags
74
+ + Use the whole disk space available for / when option --username is unset
75
+
76
+ ## 0.1.0, release 2020-10-15
77
+ * Add the (Zeta) filesystem ZFS
78
+ * `emerge --depclean` to save space.
79
+ * Add a message when getch have finish, keep /mnt/gentoo if you need to add something.
80
+ * Use systemd-detect-virt to detect a Virtual Guest.
81
+
82
+ ## 0.0.9, release 2020-10-03
83
+ * Add encryption on ext4 and lvm (BIOS,UEFI)
84
+ * Correct KEYMAP="yes" with genkernel
85
+ * Renaming option keyboard with keymap
86
+ * GPG verification for ebuild
87
+
88
+ ## 0.0.8, release 2020-09-30
89
+ * Adding LVM via the option fs, `--fs lvm`.
90
+ * Systemd-boot use the value of PARTUUID without initramfs.
91
+ * Include lib logger.
92
+ * Enhance functions to call program system Emerge, Make, ...
93
+
94
+ ## 0.0.7, release 2020-09-22
95
+ * Correct fstab.
96
+ * Repair GRUB/fstab for BIOS system, add secure cmdline.
97
+ * Create a swap volume equal to the memory installed.
98
+ * Add vim and sudo
99
+
100
+ ## 0.0.6, release 2020-09-19
101
+ * Add support for QEMU guest with KVM and Virtio driver
102
+ * Kernel compilation, initialize a config file with `make localyesconfig`.
103
+ * More modular codes to start with encryption and other filesystems.
104
+ * Add the new option --verbose to display output of compilation, etc...
105
+
106
+ ## 0.0.5, release 2020-09-17
107
+ * Generate a hostname
108
+ * Configure systemd-boot for UEFI system
109
+
110
+ ## 0.0.4, release 2020-09-16
111
+ * Boot on a BIOS system with VirtualBox
112
+ * Install Grub
113
+ * Create user
114
+ * Create passwd for root and user
115
+ * Check lsmod to install deps (like wpa_supplicant) and patch the kernel
116
+
117
+ ## 0.0.3, release 2020-09-14
118
+ * Add dhcpcd, gentoo-sources, linux-firmware
119
+ * Kernel build by using https://github.com/szorfein/garden
120
+ * Populate /etc/portage (/etc/portage/package.{use,unmask,accept_keywords}/zzz_via_autounmask)
121
+ * Download all the lastest ebuild via emerge-webrsync
122
+ * Update gentoo via emerge -uDN @world
123
+
124
+ ## 0.0.2, release 2020-09-12
125
+ * Getch genere a file /tmp/install_gentoo to avoid to remake same task over and over
126
+ * Support for ext4
127
+ * Mount partition on /mnt/gentoo during the install
128
+ * Download, verify the checksum and decompress the last stage3-amd64-systemd
129
+
130
+ ## 0.0.1, release 2020-09-10
131
+ * Partition disk (at least 15G required) with sgdisk (create /boot, /, /home, and swap)
132
+ * Support for one disk with -d|--disk
133
+ * Add few options for the CLI
134
+ * Add bin/setup.sh to install ruby when boot on a ISO file
135
+ * Init project
data/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 szorfein
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10
+
data/README.md CHANGED
@@ -40,13 +40,16 @@ Boot Manager:
40
40
 
41
41
  The ISO images i was able to test and that works:
42
42
  + [Archlinux](https://www.archlinux.org/download/)
43
- + [Archaeidae](https://github.com/szorfein/archaeidae): Custom Archiso that includes ZFS support.
43
+ + [Portia](https://github.com/szorfein/portia/releases): Custom Archiso that includes ZFS support and Ruby.
44
+ * [Voidlinux](https://voidlinux.org/download/)
44
45
 
45
46
  You can also use your current `linux` host, just pay attention to the disk that will be used.
46
47
 
47
48
  ## Dependencies
48
49
  Getch is build without external libs, so it only require `ruby >= 2.5`.
49
50
 
51
+ On a live image of Void, you need to install `xbps-install -S ruby xz gptfdisk`.
52
+
50
53
  ## Install
51
54
  Getch is cryptographically signed, so add my public key (if you haven’t already) as a trusted certificate.
52
55
  With `gem` installed:
data/getch.gemspec ADDED
@@ -0,0 +1,31 @@
1
+ require File.dirname(__FILE__) + '/lib/getch/version'
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'getch'
5
+ s.version = Getch::VERSION
6
+ s.platform = Gem::Platform::RUBY
7
+ s.summary = 'A CLI tool to install Gentoo or VoidLinux.'
8
+ s.author = 'szorfein'
9
+ s.email = ['szorfein@protonmail.com']
10
+ s.homepage = 'https://github.com/szorfein/getch'
11
+ s.metadata = {
12
+ 'source_code_uri' => 'https://github.com/szorfein/getch',
13
+ 'changelog_uri' => 'https://github.com/szorfein/getch/blob/master/CHANGELOG.md',
14
+ 'bug_tracker_uri' => 'https://github.com/szorfein/getch/issues',
15
+ 'wiki_uri' => 'https://github.com/szorfein/getch'
16
+ }
17
+ s.license = 'MIT'
18
+ s.required_ruby_version = '>= 2.5.0'
19
+
20
+ s.files = Dir.glob('{assets,lib}/**/*', File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
21
+
22
+ s.files += %w[CHANGELOG.md LICENSE README.md]
23
+ s.files += %w[getch.gemspec]
24
+
25
+ s.bindir = 'bin'
26
+ s.executables << 'getch'
27
+ s.require_paths = ['lib']
28
+
29
+ s.cert_chain = ['certs/szorfein.pem']
30
+ s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
31
+ end
data/lib/getch/guard.rb CHANGED
@@ -16,7 +16,7 @@ module Getch
16
16
  module Guard
17
17
  def self.disk(name)
18
18
  raise InvalidDisk, 'No disk.' unless name
19
- raise InvalidDisk, "Bad device name #{name}." unless name.match(/^sd[a-z]{1}$/)
19
+ raise InvalidDisk, "Bad device name #{name}." unless name.match(/^?d[a-z]{1}$/)
20
20
  raise InvalidDisk, "Disk /dev/#{name} no found." unless File.exist? "/dev/#{name}"
21
21
 
22
22
  name
data/lib/getch/helpers.rb CHANGED
@@ -29,7 +29,7 @@ module Getch
29
29
 
30
30
  def self.get_file_online(url, dest)
31
31
  URI.open(url) do |l|
32
- File.open(dest, "wb") { |f| f.write(l.read) }
32
+ File.open(dest, 'wb') { |f| f.write(l.read) }
33
33
  end
34
34
  rescue Net::OpenTimeout => e
35
35
  abort "DNS error #{e}"
data/lib/getch/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Getch
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.4'.freeze
3
3
  end
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'open-uri'
4
3
  require 'open3'
5
4
 
6
5
  module Getch
@@ -15,7 +14,7 @@ module Getch
15
14
  end
16
15
 
17
16
  def x
18
- search_archive
17
+ @xbps = search_archive
19
18
  download
20
19
  checksum
21
20
  install
@@ -29,14 +28,19 @@ module Getch
29
28
  /void-x86_64-ROOTFS-[\d._]+.tar.xz/
30
29
  end
31
30
 
32
- # Search only the glibc x86_64 for now
31
+ # Search the name of the last release in @file 'sha256sum.txt'
32
+ # Should find a line like this:
33
+ # SHA256 (void-x86_64-ROOTFS-20210930.tar.xz) = 8681b060e39e173682e1721a6088280c2b6eade628f5e5e3e8e4b74163d187f6
33
34
  def search_archive
34
35
  yurl = "#{@url}/#{@file}"
35
36
  @log.info "Opening #{yurl}...\n"
36
37
  Helpers.get_file_online(yurl, @file)
37
38
  File.open(@file).each do |l|
38
- @xbps = l.tr('()', '').split(' ') if l.match(tarball)
39
+ matchrule = l.tr('()', '').split(' ') if l.match(tarball)
40
+ return matchrule if matchrule && matchrule[1] =~ /^void/
39
41
  end
42
+
43
+ raise "No valid archive found on #{@file}."
40
44
  end
41
45
 
42
46
  def download
@@ -55,10 +59,10 @@ module Getch
55
59
  _, stderr, status = Open3.capture3(command)
56
60
  if status.success? then
57
61
  @log.result_ok
58
- return
62
+ else
63
+ cleaning
64
+ @log.fatal "Problem with the checksum, relaunch getch.\n#{stderr}"
59
65
  end
60
- cleaning
61
- @log.fatal "Problem with the checksum, stderr\n#{stderr}"
62
66
  end
63
67
 
64
68
  def install
@@ -74,10 +78,9 @@ module Getch
74
78
  _, stderr, status = Open3.capture3(cmd)
75
79
  if status.success? then
76
80
  @log.result_ok
77
- return
81
+ else
82
+ @log.fatal "Fail to decompressing #{@xbps[1]} - #{stderr}."
78
83
  end
79
- cleaning
80
- @log.fatal "Fail to decompressing #{@xbps[1]} - #{stderr}."
81
84
  end
82
85
 
83
86
  def cleaning
@@ -25,7 +25,7 @@ module Getch
25
25
 
26
26
  def update
27
27
  ChrootOutput.new '/usr/bin/xbps-install -uy'
28
- ChrootOutput.new '/usr/bin/xbps-install -y base-system'
28
+ ChrootOutput.new '/usr/bin/xbps-install', '-Sy', 'base-system'
29
29
  ChrootOutput.new '/usr/bin/xbps-remove -y base-voidstrap'
30
30
  end
31
31
  end
data/lib/mkfs.rb CHANGED
@@ -74,7 +74,11 @@ module Mkfs
74
74
 
75
75
  def mkfs_ext4(path)
76
76
  bs = Getch::Helpers.get_bs(path)
77
- Getch::Command.new('mkfs.ext4', '-F', '-b', bs, path)
77
+ if bs == '512'
78
+ Getch::Command.new('mkfs.ext4', '-F', path)
79
+ else
80
+ Getch::Command.new('mkfs.ext4', '-F', '-b', bs, path)
81
+ end
78
82
  end
79
83
 
80
84
  def mkfs_xfs(path)
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - szorfein
@@ -10,32 +10,33 @@ bindir: bin
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
- MIIETTCCArWgAwIBAgIBATANBgkqhkiG9w0BAQsFADAoMSYwJAYDVQQDDB1zem9y
14
- ZmVpbi9EQz1wcm90b25tYWlsL0RDPWNvbTAeFw0yMTA1MTEyMTAzNDZaFw0yMjA1
15
- MTEyMTAzNDZaMCgxJjAkBgNVBAMMHXN6b3JmZWluL0RDPXByb3Rvbm1haWwvREM9
16
- Y29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAxCTYZRndCTRy18rE
17
- exr2wig/staa0G5kt99xqaBYD0dnIRBr/GO5dFntlBVwmefQlTrNbygVUIYTb8Vg
18
- B1oX3v/LLW9SRQcWaZwou0tARqanm5WhgV1ZYQTs22endTazsDHw0uhM3V+FgDh+
19
- eR5wM9vU+SkRFHWzjVS1OxyTSCBVWb3+nrYTr/OKZ5Fm3Vo1dEQdwBEWLLXuUBxs
20
- dWEDmBk7iTJbvNdd5Kk2wfMKRMOl9NGicJl3Cb5yl5ITeZsXdOsrLBBPepTpNeq2
21
- k1goew3mEd/4pVXrdw6S5Qr6RTbTCLpKNRxWtx01vue9NN1cQ/Ds5FRkCp/Ntw/k
22
- Xroyofo4MW5fEPq+udgvVpdTfguQkpmuJg7TRiq9F5hDhEMnKUsdM2fSev9u8EvL
23
- OkidKy8bnhUOoG9qDxEG/IyibjRLl1i5jtyHa8Jb/We8poZ5LI8qjHwMPjTBhDgi
24
- EzaYV5rLGs5S1/m58XG6a+620x2tcQZph6FFbnQJ8QBuNz6zAgMBAAGjgYEwfzAJ
25
- BgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUc8XWveAjxS5fVEOZeeZe
26
- uUQmbhMwIgYDVR0RBBswGYEXc3pvcmZlaW5AcHJvdG9ubWFpbC5jb20wIgYDVR0S
27
- BBswGYEXc3pvcmZlaW5AcHJvdG9ubWFpbC5jb20wDQYJKoZIhvcNAQELBQADggGB
28
- AHuRqWvtAx1PSIEcvq1uzgBclzP+Lhp6J1f7McvbfzHAZuLo5Nv9iFHkLl2ad9gx
29
- p/X2/p8PmgiUNFSXDdB12Pn/VbX4DdoQujwXvmZbQo2KmooklHIhM6AJMafOHW1N
30
- qjHIwGvMY5bJfn+3qEQNV+yip6KnCUQVklw132IFvdusoBOPfEP48p41deXbIhNP
31
- GNJQ4qkZfXWdLumikb2Y432kIIeugIIAL57VD+wwDUJ3MciiLufYT7v9WNSFRenV
32
- JDNGIh3AYiCnNO2DWIArrW6/jaof3A0OnjRQ64vS+EKhZFp8+y6rfC3Clrfjdjse
33
- a4zH3TI57bnzfkx5xhjhIu6LJnBpk0x8Y/N2kVmwB+GonFiRcVzZpIfOLvy03tn5
34
- dAHfUn//hrBJAT9EXRHNUoLyEmFsCPabTCXjQH6EM2uBcsrjQN4SlgBNzsKc8bS4
35
- F9Dl4EPzjBJOgQWf+NxzxNuNKI46Lp5Q8AI+xtDUHAPbSswHa40BA6ChFehP+j0L
36
- fg==
13
+ MIIEhTCCAu2gAwIBAgIBATANBgkqhkiG9w0BAQsFADBEMREwDwYDVQQDDAhzem9y
14
+ ZmVpbjEaMBgGCgmSJomT8ixkARkWCnByb3Rvbm1haWwxEzARBgoJkiaJk/IsZAEZ
15
+ FgNjb20wHhcNMjIwOTA4MDYyNjE5WhcNMjMwOTA4MDYyNjE5WjBEMREwDwYDVQQD
16
+ DAhzem9yZmVpbjEaMBgGCgmSJomT8ixkARkWCnByb3Rvbm1haWwxEzARBgoJkiaJ
17
+ k/IsZAEZFgNjb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDEJNhl
18
+ Gd0JNHLXysR7GvbCKD+y1prQbmS333GpoFgPR2chEGv8Y7l0We2UFXCZ59CVOs1v
19
+ KBVQhhNvxWAHWhfe/8stb1JFBxZpnCi7S0BGpqeblaGBXVlhBOzbZ6d1NrOwMfDS
20
+ 6EzdX4WAOH55HnAz29T5KREUdbONVLU7HJNIIFVZvf6ethOv84pnkWbdWjV0RB3A
21
+ ERYste5QHGx1YQOYGTuJMlu8113kqTbB8wpEw6X00aJwmXcJvnKXkhN5mxd06yss
22
+ EE96lOk16raTWCh7DeYR3/ilVet3DpLlCvpFNtMIuko1HFa3HTW+57003VxD8Ozk
23
+ VGQKn823D+ReujKh+jgxbl8Q+r652C9Wl1N+C5CSma4mDtNGKr0XmEOEQycpSx0z
24
+ Z9J6/27wS8s6SJ0rLxueFQ6gb2oPEQb8jKJuNEuXWLmO3Idrwlv9Z7ymhnksjyqM
25
+ fAw+NMGEOCITNphXmssazlLX+bnxcbpr7rbTHa1xBmmHoUVudAnxAG43PrMCAwEA
26
+ AaOBgTB/MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRzxda94CPF
27
+ Ll9UQ5l55l65RCZuEzAiBgNVHREEGzAZgRdzem9yZmVpbkBwcm90b25tYWlsLmNv
28
+ bTAiBgNVHRIEGzAZgRdzem9yZmVpbkBwcm90b25tYWlsLmNvbTANBgkqhkiG9w0B
29
+ AQsFAAOCAYEAPhavFyzIP60Zw7y40zJhzQpMK2IWtdw9HrRJq313Ea4UT1Kgv7F9
30
+ lCFtQzI5XMzooYiLMoPz7xBMXaUz+DDFOOcgGSinVrFbfPA4rOGEkBjnlwC39lBc
31
+ AiyXFzCV7Wqn4VhtqQQyvmoNYL4Q666K+nL8/nsXZWsXtRQ119LeAvrI2A+xmYAb
32
+ FPE5bD3Jx1JCoJdVN1DmE4YYdM8mVmb0XjCK9Tp1M01EDKDvAX7f3B+X6A5D7uBq
33
+ 63X6Kx09VkntVOrifd3W4TwjDlyAMpB+50OIi3ErPnH2R4i09qnCiZmcVWATBVKw
34
+ e2QSloIAUZJwEFkrRqWPNVi8sr+BcMeuKpXaOwpbkP+xq/W2EKlUQKhPXMXS4jvC
35
+ MuTi+RjpSNKZxzBrOlK2eMIpiFrugF7nzKcM9EGnWRWUb899drCcD4VJhjPtgpn+
36
+ aEJeKq4/BlIwMlXPe+W5C8zp2i8hgG1/OYbwbGE1p2iRi1NIK7G/HyRqQjOqJxzE
37
+ LLknX69FN7/G
37
38
  -----END CERTIFICATE-----
38
- date: 2022-02-17 00:00:00.000000000 Z
39
+ date: 2022-10-10 00:00:00.000000000 Z
39
40
  dependencies: []
40
41
  description:
41
42
  email:
@@ -43,13 +44,15 @@ email:
43
44
  executables:
44
45
  - getch
45
46
  extensions: []
46
- extra_rdoc_files:
47
- - README.md
47
+ extra_rdoc_files: []
48
48
  files:
49
+ - CHANGELOG.md
50
+ - LICENSE
49
51
  - README.md
50
52
  - assets/network-stack.conf
51
53
  - assets/system.conf
52
54
  - bin/getch
55
+ - getch.gemspec
53
56
  - lib/clean.rb
54
57
  - lib/cmdline.rb
55
58
  - lib/cryptsetup.rb
@@ -188,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
191
  - !ruby/object:Gem::Version
189
192
  version: '0'
190
193
  requirements: []
191
- rubygems_version: 3.2.32
194
+ rubygems_version: 3.3.21
192
195
  signing_key:
193
196
  specification_version: 4
194
197
  summary: A CLI tool to install Gentoo or VoidLinux.
metadata.gz.sig CHANGED
Binary file