pentoo-installer: update for more secure tty settings

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-08-24 14:28:32 -04:00
parent 62a9f9728d
commit 85c3dcb0cd
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
DIST pentoo-installer-20230804.tar.gz 44711 BLAKE2B 4f26ea4de86307594fb4aae731240e485353a6532137c89ff702f8ddde163ea2cec130505bad8bea7abb6aa2a53859e4cc2f23a939533f7ffad91993eca279d3 SHA512 eda411d82ae77161136680b206b7893261d6dbcd378fadae12849101de320722f2268c72aee755e19301ed8cc4706fdc9cec9ac9e578bfd17c9973da235bb378
DIST pentoo-installer-20230824.tar.gz 44693 BLAKE2B a01caba5d2f2e08bbb3d66d57099805fd92e777818dd08ce713dbffaf9314369c5f37052f0ecdd9dc1291cc06a99db14335cff8ae4fad3d64a99400e9bd51fe1 SHA512 09a161fb5e55e7ff1a9a5e4216d7a06a3a8b47c9ca108e04ecccdb26741a66366548019a6eb012710ec5ae1c45012d1f3a1ca9ab0d11cfc8d076cfc081d5a880

View file

@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="afb760dada11df037a5b55a7ad6c458fcfeb6ff2"
GIT_COMMIT="46e8b76cbfe22053868bf92bc98c69adfcdb305d"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi