summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-06-02 07:34:54 +0200
committerYorhel <git@yorhel.nl>2018-06-02 07:34:54 +0200
commit7bb4397f9b050130905b65d8138b358d09db788c (patch)
tree7525580ac6bd7e5fe754d34d75d7ac0d56d895e1 /util
parent7aa89145caf4fb3ee26a7ca0c611b6395567cc1b (diff)
Add CentOS 7.5 + Fix Fedora 28 updates repo
Diffstat (limited to 'util')
-rwxr-xr-xutil/centos.sh8
-rwxr-xr-xutil/fedora.sh3
2 files changed, 8 insertions, 3 deletions
diff --git a/util/centos.sh b/util/centos.sh
index 3453ce3..853b321 100755
--- a/util/centos.sh
+++ b/util/centos.sh
@@ -175,7 +175,10 @@ case "$1" in
centc 7.3 7.3.1611
;;
7.4)
- centc 7.4 7.4.1708 $CMIRROR
+ centc 7.4 7.4.1708
+ ;;
+ 7.5)
+ centc 7.5 7.5.1804 $CMIRROR
;;
old)
$0 2.1
@@ -222,10 +225,11 @@ case "$1" in
$0 7.1
$0 7.2
$0 7.3
+ $0 7.4
;;
current)
$0 6.9 # till 2020-11-30
- $0 7.4 # till 2024-06-30
+ $0 7.5 # till 2024-06-30
;;
all)
$0 old
diff --git a/util/fedora.sh b/util/fedora.sh
index 02d7667..f46e9e7 100755
--- a/util/fedora.sh
+++ b/util/fedora.sh
@@ -102,7 +102,8 @@ case "$1" in
fedora 27 x86_64 $CMIRROR
;;
28)
- fedora 28 x86_64 $CMIRROR
+ index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}releases/28/Everything/x86_64/os/"
+ index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}updates/28/Everything/x86_64/"
;;
old)
$0 1