Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tops
ops
Linux
Commits
ec60f5f9
Commit
ec60f5f9
authored
6 months ago
by
sixue.cheng
Browse files
Options
Download
Email Patches
Plain Diff
Update seting.sh
parent
0a0ec539
FM7110-6.6-efi-fedora
No related merge requests found
Pipeline
#11469
passed with stages
in 17 minutes and 58 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
seting.sh
+1
-2
seting.sh
with
1 addition
and
2 deletions
+1
-2
seting.sh
+
1
-
2
View file @
ec60f5f9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help