gen-apt-conf: update Ximper repos

parent 388abcf5
......@@ -201,8 +201,8 @@ while true; do
printf " --net | --network Использовать сетевые репозитории\n\n"
printf " Репозитории:\n"
printf " - sisyphus\n"
printf " - ximper\n"
printf " - ximper-additives\n"
printf " - ximper-additives-devel\n"
printf " - hasher\n"
printf "\n"
printf " Прочее:\n"
......@@ -282,7 +282,7 @@ while true; do
done
if [ -z "$REPOS" ]; then
REPOS="sisyphus,ximper"
REPOS="sisyphus,ximper-additives"
fi
if [ -z "$APTCONF" ]; then
......
......@@ -28,8 +28,8 @@ while true; do
printf " --net | --network Использовать сетевые репозитории\n\n"
printf " Репозитории:\n"
printf " - sisyphus\n"
printf " - ximper\n"
printf " - ximper-additives\n"
printf " - ximper-additives-devel\n"
printf " - hasher\n"
exit 0
;;
......@@ -71,9 +71,9 @@ rpm [alt] $repo_path/x86_64-i586 classic
rpm [alt] $repo_path/noarch classic
EOF
;;
ximper)
base_url="https://download.etersoft.ru/pub/download/ximper XimperLinuxRepository"
local_path="file:/var/ftp/pub/download/ximper XimperLinuxRepository"
ximper-additives)
base_url="https://download.etersoft.ru/pub/Etersoft/XimperLinux/Current Additives"
local_path="file:/var/ftp/pub/Etersoft/XimperLinux/Current Additives"
if [ "$NETWORK" == "true" ]; then
repo_path="$base_url"
else
......@@ -84,7 +84,7 @@ rpm $repo_path/x86_64 addon
rpm $repo_path/noarch addon
EOF
;;
ximper-additives)
ximper-additives-devel)
base_url="https://download.etersoft.ru/pub/Etersoft/XimperLinux/Devel Additives"
local_path="file:/var/ftp/pub/Etersoft/XimperLinux/Devel Additives"
if [ "$NETWORK" == "true" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment