mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-23 02:51:53 +08:00
Use chef_allow_gsr for os
This commit is contained in:
@@ -8,6 +8,7 @@ void
|
||||
os_armbian_prelude ()
|
||||
{
|
||||
use_this(os_armbian);
|
||||
chef_allow_gsr(os_armbian);
|
||||
|
||||
chef_set_created_on (this, "2024-06-14");
|
||||
chef_set_last_updated (this, "2025-08-10");
|
||||
@@ -20,10 +21,6 @@ os_armbian_prelude ()
|
||||
"Aoran Zeng", "ccmywish@qq.com",
|
||||
"Yangmoooo", "yangmoooo@outlook.com");
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_forbid_user_define(this);
|
||||
|
||||
Reference in New Issue
Block a user