mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 22:59:44 +00:00
23 lines
451 B
Bash
23 lines
451 B
Bash
#!/bin/bash
|
|
###
|
|
# @Author: LinkLeong link@icewhale.com
|
|
# @Date: 2022-02-17 18:53:29
|
|
# @LastEditors: LinkLeong
|
|
# @LastEditTime: 2022-06-29 16:39:22
|
|
# @FilePath: /CasaOS/shell/assist.sh
|
|
# @Description:
|
|
# @Website: https://www.casaos.io
|
|
# Copyright (c) 2022 by icewhale, All Rights Reserved.
|
|
###
|
|
|
|
version_0_2_11() {
|
|
sysctl -w net.core.rmem_max=2500000
|
|
}
|
|
|
|
mvfoder_version_0_3_3() {
|
|
#移动脚本
|
|
|
|
}
|
|
|
|
version_0_2_11
|
|
mvfoder_version_0_3_3 |