mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 10:06:31 +00:00
修复bootstrap的一系列脚本忘了source最新的shell rc的问题 (#453)
This commit is contained in:
@ -35,6 +35,7 @@ trap trap_handler SIGINT
|
||||
|
||||
|
||||
SHELL_RC=$(get_shell_rc_file)
|
||||
source $SHELL_RC
|
||||
|
||||
# 下载musl交叉编译工具链
|
||||
|
||||
|
Reference in New Issue
Block a user