parent
0f8834a050
commit
d92eac13fa
1 changed files with 7 additions and 1 deletions
8
cd.sh
8
cd.sh
|
@ -309,8 +309,14 @@ deb ${CD_URL_CHOSEN}-security ${CD_OS_VERSION}-security main
|
||||||
"|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
|
"|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
|
||||||
"|^#baseurl|baseurl|"
|
"|^#baseurl|baseurl|"
|
||||||
;;
|
;;
|
||||||
# TODO
|
|
||||||
"${CD_OS_UBUNTU}")
|
"${CD_OS_UBUNTU}")
|
||||||
|
file="/etc/apt/sources.list"
|
||||||
|
cd_write "${file}" "\
|
||||||
|
deb ${CD_URL_CHOSEN} ${CD_OS_VERSION} main
|
||||||
|
deb ${CD_URL_CHOSEN} ${CD_OS_VERSION}-backports main
|
||||||
|
deb ${CD_URL_CHOSEN} ${CD_OS_VERSION}-updates main
|
||||||
|
deb ${CD_URL_CHOSEN} ${CD_OS_VERSION}-security main
|
||||||
|
"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue