1
0
This commit is contained in:
2023-09-07 13:05:53 +02:00
parent 964bbc899a
commit 8a96f6d015
3 changed files with 7 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
#!/bin/bash
MIRROR="/mnt/lalis/mirror"
MIRROR="/mirror/mageia"
ARCHLIST="SRPMS x86_64 i586 armv7hl aarch64"
DEPOT="release updates"
cd "$MIRROR"
echo `pwd`
for DIR in `ls -A $MIRROR/mageia/distrib`
for DIR in `ls -A $MIRROR/distrib`
do
echo "$MIRROR/mageia/distrib/$DIR"
if [ -d "$MIRROR/mageia/distrib/$DIR" ]; then
echo "$MIRROR/distrib/$DIR"
if [ -d "$MIRROR/distrib/$DIR" ]; then
for ARCH in $ARCHLIST;do
if [ "$ARCH" = "SRPMS" ]; then
MEDIA="";