Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
centos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platyhouse
centos
Commits
16e8ca08
Commit
16e8ca08
authored
Oct 15, 2025
by
platyhouse
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs pty
parent
99fdd8c6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
2 deletions
+24
-2
install_path.sh
install_path.sh
+0
-1
pty
pty
+24
-1
pty_git
pty_git
+0
-0
No files found.
install_path.sh
deleted
100755 → 0
View file @
99fdd8c6
grep
-Fxq
'export PATH=$PATH:/root/pty_centos.git'
/etc/bashrc
||
echo
'export PATH=$PATH:/root/pty_centos.git'
>>
/etc/bashrc
pty
_centos.sh
→
pty
View file @
16e8ca08
...
...
@@ -49,6 +49,7 @@ show_menu() {
echo
-e
"
${
CYAN
}
4.
${
NC
}
YUM 캐시 정리"
echo
-e
"
${
CYAN
}
5.
${
NC
}
시스템 패키지 업데이트"
echo
-e
"
${
CYAN
}
6.
${
NC
}
Python 설치"
echo
-e
"
${
CYAN
}
g.
${
NC
}
Git 작업"
echo
-e
"
${
CYAN
}
7.
${
NC
}
Node.js 및 Claude & Gemini CLI 설치"
echo
-e
"
${
CYAN
}
8.
${
NC
}
필수 패키지 설치"
echo
-e
"
${
CYAN
}
9.
${
NC
}
시간대를 서울로 설정"
...
...
@@ -56,7 +57,7 @@ show_menu() {
echo
-e
"
${
CYAN
}
11.
${
NC
}
SELinux ON/OFF"
echo
-e
"
${
CYAN
}
q.
${
NC
}
종료"
echo
""
echo
-e
"
${
YELLOW
}
선택 (예: 0,1,3 또는 0):
${
NC
}
\c
"
echo
-e
"
${
YELLOW
}
선택 (예: 0,1,3
,g
또는 0):
${
NC
}
\c
"
}
#######################################
...
...
@@ -290,6 +291,24 @@ setup_python() {
echo
""
}
#######################################
# g. Git 작업
#######################################
setup_git
()
{
echo
-e
"
${
CYAN
}
[g]
${
NC
}
Git 작업"
echo
""
# pty_git 실행
if
[
-f
"/var/lib/pty_centos.git/pty_git"
]
;
then
bash /var/lib/pty_centos.git/pty_git
elif
[
-f
"./pty_git"
]
;
then
bash ./pty_git
else
echo
-e
"
${
RED
}
✗
${
NC
}
pty_git 파일을 찾을 수 없습니다."
echo
-e
"
${
YELLOW
}
경로:
${
NC
}
/var/lib/pty_centos.git/pty_git 또는 ./pty_git"
fi
echo
""
}
#######################################
# 7. Node.js 및 Claude 설치
#######################################
...
...
@@ -483,6 +502,7 @@ while true; do
setup_yum_clean
setup_system_update
setup_python
setup_git
setup_nodejs_claude
setup_packages
setup_timezone
...
...
@@ -515,6 +535,9 @@ while true; do
6
)
setup_python
;;
g|G
)
setup_git
;;
7
)
setup_nodejs_claude
;;
...
...
pty_git
.sh
→
pty_git
View file @
16e8ca08
File moved
platyhouse
@platyhouse
mentioned in commit
8587004b
·
Dec 16, 2025
mentioned in commit
8587004b
mentioned in commit 8587004bfbebb2ceff13804bc1eea04727f6a285
Toggle commit list
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