# HG changeset patch # User Nineveh # Date 1728270702 -28800 # Node ID fa0865bcac46efca3dec0b269a49bb4b9d3518dd # Parent dad2bfc2913c1d136ca76f753ca257ab381ce8ed add:增加READM说明文件 diff -r dad2bfc2913c -r fa0865bcac46 Linux_network_config.sh --- a/Linux_network_config.sh Mon Oct 07 09:38:13 2024 +0800 +++ b/Linux_network_config.sh Mon Oct 07 11:11:42 2024 +0800 @@ -1,4 +1,8 @@ #!/bin/bash +# +# 发布位置 +# https://logc.ninja/ovc/collection-shell +# https://hg.nnsui.com/collection-shell # 检测系统版本 OS_VERSION=$(awk -F= '/^NAME/{print $2}' /etc/os-release) diff -r dad2bfc2913c -r fa0865bcac46 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Oct 07 11:11:42 2024 +0800 @@ -0,0 +1,4 @@ +## SHELL脚本合集 + +### Linux System ++ [Linux_network_config.sh](Linux_network_config.sh) - Linux系统网络配置脚本(支持ubuntu系列和Centos极其衍生版) \ No newline at end of file