mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-13 18:15:31 +08:00
feat: Add quick installation for the sodium extension (#9481)
This commit is contained in:
parent
54ca40bbcd
commit
2694a725d6
1 changed files with 7 additions and 0 deletions
|
@ -376,5 +376,12 @@
|
|||
"file": "pcntl.so",
|
||||
"versions": ["56","70", "71", "72", "73", "74", "80", "81", "82", "83","84"],
|
||||
"installed": false
|
||||
},
|
||||
{
|
||||
"name": "sodium",
|
||||
"check": "sodium",
|
||||
"file": "sodium.so",
|
||||
"versions": ["70", "71", "72", "73", "74", "80", "81", "82", "83","84"],
|
||||
"installed": false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue