fix: converted single to triple backticks11 (#36238)

This commit is contained in:
Randell Dawson
2019-06-20 13:42:13 -07:00
committed by Tom
parent 397014136e
commit 54d303ce1f
75 changed files with 1673 additions and 1430 deletions

View File

@@ -10,32 +10,37 @@ localeTitle: إعداد مستودعات Yum في RedHat / CentOS Linux
الخطوة 1: التحقق من وجود مستودعات حالية أم لا.
`#yum repolist
`
```sh
#yum repolist
```
سوف تجد أنه لا يوجد مستودعات.
الخطوة 2: تغيير الدليل إلى
`#cd /etc/yum.repos.d
`
```sh
#cd /etc/yum.repos.d
```
الخطوة 3: إنشاء ملف جديد
`#vim myrepo.repo
`
```sh
#vim myrepo.repo
```
الخطوة 4: اكتب الأسطر التالية في الملف
`[file-name]
name=filename
baseurl="location of yum repositories"
gpgcheck=0
`
```sh
[file-name]
name=filename
baseurl="location of yum repositories"
gpgcheck=0
```
الخطوة 5: حفظ وخروج
الخطوة 6: كرر الخطوة 1
`You Will find repositories
`
```sh
You Will find repositories
```