indents
This commit is contained in:
parent
f50afa916f
commit
c197081d8e
1 changed files with 8 additions and 8 deletions
16
pidd.sh
16
pidd.sh
|
@ -290,20 +290,20 @@ Acquire::https::Verify-Peer False;
|
|||
[ -n "${PIDD_URL_ARCH}" ] && PIDD_URL_CHOSEN="${PIDD_URL_ARCH}"
|
||||
;;
|
||||
"${PIDD_OS_DEBIAN}")
|
||||
[ -n "${PIDD_URL_DEBIAN}" ] && PIDD_URL_CHOSEN="${PIDD_URL_DEBIAN}" \
|
||||
|| PIDD_URL_CHOSEN="https://deb.debian.org/debian"
|
||||
[ -n "${PIDD_URL_DEBIAN}" ] && PIDD_URL_CHOSEN="${PIDD_URL_DEBIAN}" ||
|
||||
PIDD_URL_CHOSEN="https://deb.debian.org/debian"
|
||||
;;
|
||||
"${PIDD_OS_FEDORA}")
|
||||
[ -n "${PIDD_URL_FEDORA}" ] && PIDD_URL_CHOSEN="${PIDD_URL_FEDORA}" \
|
||||
|| PIDD_URL_CHOSEN="https://rpmfind.net/linux/fedora/linux/releases"
|
||||
[ -n "${PIDD_URL_FEDORA}" ] && PIDD_URL_CHOSEN="${PIDD_URL_FEDORA}" ||
|
||||
PIDD_URL_CHOSEN="https://rpmfind.net/linux/fedora/linux/releases"
|
||||
;;
|
||||
"${PIDD_OS_ROCKY}")
|
||||
[ -n "${PIDD_URL_ROCKY}" ] && PIDD_URL_CHOSEN="${PIDD_URL_ROCKY}" \
|
||||
|| PIDD_URL_CHOSEN="https://dl.rockylinux.org/\$contentdir"
|
||||
[ -n "${PIDD_URL_ROCKY}" ] && PIDD_URL_CHOSEN="${PIDD_URL_ROCKY}" ||
|
||||
PIDD_URL_CHOSEN="https://dl.rockylinux.org/\$contentdir"
|
||||
;;
|
||||
"${PIDD_OS_UBUNTU}")
|
||||
[ -n "${PIDD_URL_UBUNTU}" ] && PIDD_URL_CHOSEN="${PIDD_URL_UBUNTU}" \
|
||||
|| PIDD_URL_CHOSEN="https://ubuntu.mirrors.ovh.net/ubuntu"
|
||||
[ -n "${PIDD_URL_UBUNTU}" ] && PIDD_URL_CHOSEN="${PIDD_URL_UBUNTU}" ||
|
||||
PIDD_URL_CHOSEN="https://ubuntu.mirrors.ovh.net/ubuntu"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue