New Release : 2022.10.15.22.50.30

This commit is contained in:
MatMoul 2022-10-15 22:50:47 +02:00
commit 3168ed9a00
2 changed files with 6 additions and 3 deletions

4
archfi
View file

@ -12,11 +12,15 @@
# reference : https://wiki.archlinux.org/index.php/Installation_guide
<<<<<<< HEAD
<<<<<<< HEAD
apptitle="Arch Linux Fast Install (archfi) - Version: 2022.10.15.02.11.59 (GPLv3)"
=======
apptitle="Arch Linux Fast Install (archfi) - Version: 2022.10.15.02.11.59 (GPLv3)"
>>>>>>> src
=======
apptitle="Arch Linux Fast Install (archfi) - Version: 2022.10.15.22.50.30 (GPLv3)"
>>>>>>> src
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
cpl=0
skipfont="0"

View file

@ -92,13 +92,12 @@ echo "Finalise archfi script..."
sed -i "/baseurl=https:\/\/raw.githubusercontent.com\/MatMoul\/archfi/c\baseurl=http://downloads.sourceforge.net/project/archfi/release/$version" $targetpath/archfi
echo "Publish release..."
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/
rsync -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/
echo "Update redirect page..."
pubfile=.build/index.php
echo "<?php" > $pubfile
#echo "header(\"Location: http://downloads.sourceforge.net/project/$prjname/release/$version/$prjname\");" >> $pubfile
echo "header(\"Location: https://matmoul.github.io/archfi\");" >> $pubfile
echo "header(\"Location: http://downloads.sourceforge.net/project/$prjname/release/$version/$prjname\");" >> $pubfile
echo "exit;" >> $pubfile
echo "?>" >> $pubfile
scp $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname/index.php