New Release : 2022.10.15.01.55.09

This commit is contained in:
MatMoul 2022-10-15 01:55:36 +02:00
commit 3f3d39300d
2 changed files with 6 additions and 1 deletions

4
archfi
View file

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

View file

@ -97,7 +97,8 @@ scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/releas
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: http://downloads.sourceforge.net/project/$prjname/release/$version/$prjname\");" >> $pubfile
echo "header(\"Location: https://matmoul.github.io/archfi\");" >> $pubfile
echo "exit;" >> $pubfile
echo "?>" >> $pubfile
scp $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname/index.php