Add warnings about externaly sourced scripts (#2975)

This commit is contained in:
Slaviša Arežina 2025-03-10 19:42:21 +01:00 committed by GitHub
parent 2c73cd7cf7
commit e508fb101f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 74 additions and 7 deletions

View file

@ -45,6 +45,10 @@
{
"text": "Only Alpine: To get the username and password, run the script again inside the LXC shell.",
"type": "warning"
},
{
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning"
}
]
}