mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
pentoo-installer: update for more secure tty settings
This commit is contained in:
parent
62a9f9728d
commit
85c3dcb0cd
3 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
DIST pentoo-installer-20230804.tar.gz 44711 BLAKE2B 4f26ea4de86307594fb4aae731240e485353a6532137c89ff702f8ddde163ea2cec130505bad8bea7abb6aa2a53859e4cc2f23a939533f7ffad91993eca279d3 SHA512 eda411d82ae77161136680b206b7893261d6dbcd378fadae12849101de320722f2268c72aee755e19301ed8cc4706fdc9cec9ac9e578bfd17c9973da235bb378
|
||||
DIST pentoo-installer-20230824.tar.gz 44693 BLAKE2B a01caba5d2f2e08bbb3d66d57099805fd92e777818dd08ce713dbffaf9314369c5f37052f0ecdd9dc1291cc06a99db14335cff8ae4fad3d64a99400e9bd51fe1 SHA512 09a161fb5e55e7ff1a9a5e4216d7a06a3a8b47c9ca108e04ecccdb26741a66366548019a6eb012710ec5ae1c45012d1f3a1ca9ab0d11cfc8d076cfc081d5a880
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue