gen-apt-conf: update Ximper repos

parent 388abcf5
...@@ -201,8 +201,8 @@ while true; do ...@@ -201,8 +201,8 @@ while true; do
printf " --net | --network Использовать сетевые репозитории\n\n" printf " --net | --network Использовать сетевые репозитории\n\n"
printf " Репозитории:\n" printf " Репозитории:\n"
printf " - sisyphus\n" printf " - sisyphus\n"
printf " - ximper\n"
printf " - ximper-additives\n" printf " - ximper-additives\n"
printf " - ximper-additives-devel\n"
printf " - hasher\n" printf " - hasher\n"
printf "\n" printf "\n"
printf " Прочее:\n" printf " Прочее:\n"
...@@ -282,7 +282,7 @@ while true; do ...@@ -282,7 +282,7 @@ while true; do
done done
if [ -z "$REPOS" ]; then if [ -z "$REPOS" ]; then
REPOS="sisyphus,ximper" REPOS="sisyphus,ximper-additives"
fi fi
if [ -z "$APTCONF" ]; then if [ -z "$APTCONF" ]; then
......
...@@ -28,8 +28,8 @@ while true; do ...@@ -28,8 +28,8 @@ while true; do
printf " --net | --network Использовать сетевые репозитории\n\n" printf " --net | --network Использовать сетевые репозитории\n\n"
printf " Репозитории:\n" printf " Репозитории:\n"
printf " - sisyphus\n" printf " - sisyphus\n"
printf " - ximper\n"
printf " - ximper-additives\n" printf " - ximper-additives\n"
printf " - ximper-additives-devel\n"
printf " - hasher\n" printf " - hasher\n"
exit 0 exit 0
;; ;;
...@@ -71,9 +71,9 @@ rpm [alt] $repo_path/x86_64-i586 classic ...@@ -71,9 +71,9 @@ rpm [alt] $repo_path/x86_64-i586 classic
rpm [alt] $repo_path/noarch classic rpm [alt] $repo_path/noarch classic
EOF EOF
;; ;;
ximper) ximper-additives)
base_url="https://download.etersoft.ru/pub/download/ximper XimperLinuxRepository" base_url="https://download.etersoft.ru/pub/Etersoft/XimperLinux/Current Additives"
local_path="file:/var/ftp/pub/download/ximper XimperLinuxRepository" local_path="file:/var/ftp/pub/Etersoft/XimperLinux/Current Additives"
if [ "$NETWORK" == "true" ]; then if [ "$NETWORK" == "true" ]; then
repo_path="$base_url" repo_path="$base_url"
else else
...@@ -84,7 +84,7 @@ rpm $repo_path/x86_64 addon ...@@ -84,7 +84,7 @@ rpm $repo_path/x86_64 addon
rpm $repo_path/noarch addon rpm $repo_path/noarch addon
EOF EOF
;; ;;
ximper-additives) ximper-additives-devel)
base_url="https://download.etersoft.ru/pub/Etersoft/XimperLinux/Devel Additives" base_url="https://download.etersoft.ru/pub/Etersoft/XimperLinux/Devel Additives"
local_path="file:/var/ftp/pub/Etersoft/XimperLinux/Devel Additives" local_path="file:/var/ftp/pub/Etersoft/XimperLinux/Devel Additives"
if [ "$NETWORK" == "true" ]; then 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