mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
pentoo-install: bump with support for display-manager init script
This commit is contained in:
parent
edc3ef7706
commit
a0734e42c3
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
DIST pentoo-installer-20201217.tar.gz 47066 BLAKE2B dd5060d724da7f84bed276d5649d09cb857eb2c4a7da2bd59d597942fd263b6ea6e87cb98654ff7be13e11265cd5fb3dc860eda4ae590d57331154d5dde2651b SHA512 ec9d1ec96cb75df2695ed9bfef8edd4f8bceecd59f6394a5c5e0a30566b08ec0e90d581cb31fb0ac5645162edb92076a40407149a72d710aa0f7af6ad7214335
|
||||
DIST pentoo-installer-20210311.tar.gz 47132 BLAKE2B d38f7b6ec65136ac724e28def2f2025462ea3e7abcdca941b468788813b02bf860461fee8a04e60772e8a323ba9f30b61d08779ca73750ea8b60a96a64278dcf SHA512 7fa87ef70532230f7a4e6b9b3c5b44e92ab2302e217cae8c6f35cee56d2e9408ea01adbb9dda507eb4447d58a9b59667623d55ffb00c1857ade8cd39d70d9c4b
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="07dd332a86c4fc99e82d9e0832b42f0ff83dfe41"
|
||||
GIT_COMMIT="ba8fb8751af2b742bcc2e5695a33723f835751b3"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="07dd332a86c4fc99e82d9e0832b42f0ff83dfe41"
|
||||
GIT_COMMIT="ba8fb8751af2b742bcc2e5695a33723f835751b3"
|
||||
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