New Release : 2022.10.15.22.50.30
This commit is contained in:
commit
3168ed9a00
2 changed files with 6 additions and 3 deletions
4
archfi
4
archfi
|
@ -12,11 +12,15 @@
|
||||||
# reference : https://wiki.archlinux.org/index.php/Installation_guide
|
# reference : https://wiki.archlinux.org/index.php/Installation_guide
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< 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)"
|
||||||
=======
|
=======
|
||||||
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
|
>>>>>>> src
|
||||||
|
=======
|
||||||
|
apptitle="Arch Linux Fast Install (archfi) - Version: 2022.10.15.22.50.30 (GPLv3)"
|
||||||
|
>>>>>>> src
|
||||||
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||||
cpl=0
|
cpl=0
|
||||||
skipfont="0"
|
skipfont="0"
|
||||||
|
|
|
@ -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
|
sed -i "/baseurl=https:\/\/raw.githubusercontent.com\/MatMoul\/archfi/c\baseurl=http://downloads.sourceforge.net/project/archfi/release/$version" $targetpath/archfi
|
||||||
|
|
||||||
echo "Publish release..."
|
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..."
|
echo "Update redirect page..."
|
||||||
pubfile=.build/index.php
|
pubfile=.build/index.php
|
||||||
echo "<?php" > $pubfile
|
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 "exit;" >> $pubfile
|
||||||
echo "?>" >> $pubfile
|
echo "?>" >> $pubfile
|
||||||
scp $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname/index.php
|
scp $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname/index.php
|
||||||
|
|
Loading…
Reference in a new issue