Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManito committed Dec 27, 2024
1 parent 2b00245 commit 22d6202
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ChangeMirrors.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
## Author: SuperManito
## Modified: 2024-12-13
## Modified: 2024-12-28
## License: MIT
## GitHub: https://github.com/SuperManito/LinuxMirrors
## Website: https://linuxmirrors.cn
Expand Down Expand Up @@ -2098,6 +2098,9 @@ function change_mirrors_openEuler() {
gen_repo_files_openEuler
## 使用官方源
if [[ "${USE_OFFICIAL_SOURCE}" == "true" ]]; then
sed -e "s|openEuler-version|openEuler-${version_name}|g" \
-i \
openEuler.repo
return
fi
Expand Down

0 comments on commit 22d6202

Please sign in to comment.