V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m51s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m51s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -80,7 +80,7 @@ generate_sources822() {
|
|||||||
|
|
||||||
### Main Repository
|
### Main Repository
|
||||||
insert_header "${TARGET}/etc/apt/sources.list.d/trixie.sources"
|
insert_header "${TARGET}/etc/apt/sources.list.d/trixie.sources"
|
||||||
inser_comments "${TARGET}/etc/apt/sources.list.d/trixie.sources"
|
insert_comments "${TARGET}/etc/apt/sources.list.d/trixie.sources"
|
||||||
cat << EOF >> "${TARGET}/etc/apt/sources.list.d/trixie.sources"
|
cat << EOF >> "${TARGET}/etc/apt/sources.list.d/trixie.sources"
|
||||||
#------------------------------------------------------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------------------------------------------------------#
|
||||||
# OFFICIAL DEBIAN REPOS #
|
# OFFICIAL DEBIAN REPOS #
|
||||||
@@ -99,7 +99,7 @@ EOF
|
|||||||
### Security Repository
|
### Security Repository
|
||||||
if [[ "${apt_updates_security,,}" == "true" ]]; then
|
if [[ "${apt_updates_security,,}" == "true" ]]; then
|
||||||
insert_header "${TARGET}/etc/apt/sources.list.d/trixie-security.sources"
|
insert_header "${TARGET}/etc/apt/sources.list.d/trixie-security.sources"
|
||||||
inser_comments "${TARGET}/etc/apt/sources.list.d/trixie-security.sources"
|
insert_comments "${TARGET}/etc/apt/sources.list.d/trixie-security.sources"
|
||||||
cat << EOF >> "${TARGET}/etc/apt/sources.list.d/trixie-security.sources"
|
cat << EOF >> "${TARGET}/etc/apt/sources.list.d/trixie-security.sources"
|
||||||
#------------------------------------------------------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------------------------------------------------------#
|
||||||
# OFFICIAL DEBIAN REPOS #
|
# OFFICIAL DEBIAN REPOS #
|
||||||
@@ -118,7 +118,7 @@ EOF
|
|||||||
### Updates Repository
|
### Updates Repository
|
||||||
if [[ "${apt_updates_release,,}" == "true" ]]; then
|
if [[ "${apt_updates_release,,}" == "true" ]]; then
|
||||||
insert_header "${TARGET}/etc/apt/sources.list.d/trixie-updates.sources"
|
insert_header "${TARGET}/etc/apt/sources.list.d/trixie-updates.sources"
|
||||||
inser_comments "${TARGET}/etc/apt/sources.list.d/trixie-updates.sources"
|
insert_comments "${TARGET}/etc/apt/sources.list.d/trixie-updates.sources"
|
||||||
cat << EOF >> "${TARGET}/etc/apt/sources.list.d/trixie-updates.sources"
|
cat << EOF >> "${TARGET}/etc/apt/sources.list.d/trixie-updates.sources"
|
||||||
#------------------------------------------------------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------------------------------------------------------#
|
||||||
# OFFICIAL DEBIAN REPOS #
|
# OFFICIAL DEBIAN REPOS #
|
||||||
|
|||||||
Reference in New Issue
Block a user