Commit ec60f5f9 authored by sixue.cheng's avatar sixue.cheng :speech_balloon:
Browse files

Update seting.sh

No related merge requests found
Pipeline #11469 passed with stages
in 17 minutes and 58 seconds
Showing with 1 addition and 2 deletions
+1 -2
......@@ -3,7 +3,6 @@ echo "***********************DNS**********************************"
# export http_proxy="http://10.10.3.72:7890"
# export https_proxy="http://10.10.3.72:7890"
# echo "nameserver 8.8.8.8" >> /etc/resolv.conf
echo `PRETTY_NAME="Fedora Linux 41 $1"`
echo "***********************更新内核**********************************"
cd /
rm -rf updatefiles*
......@@ -118,7 +117,7 @@ echo "*******************release版本***************************************"
sed -i '/^PRETTY_NAME=/d' /etc/os-release
echo $1
echo `PRETTY_NAME="Fedora Linux 41 $1"` >> /etc/os-release
echo "PRETTY_NAME=\"Fedora Linux 41 $1\"" >> /etc/os-release
cat /etc/os-release
sysctl -w vm.drop_caches=1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment