New Release : 2015.08.20.21.24.13

This commit is contained in:
MatMoul 2015-08-20 21:24:15 +02:00
parent 5813ed10f5
commit 67932300d2
2 changed files with 2 additions and 2 deletions

2
archfi
View file

@ -12,7 +12,7 @@
# referance : https://wiki.archlinux.org/index.php/Installation_guide
apptitle="Arch Linux Fast Install (archfi) - Version: 2015.08.20.21.23.09 (GPLv3)"
apptitle="Arch Linux Fast Install (archfi) - Version: 2015.08.20.21.24.13 (GPLv3)"
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master

View file

@ -42,7 +42,7 @@ sed -i '1s/^/Current Version :\n/' CHANGELOG
echo "Make last commit..."
git commit -a -m "New Release : $version"
if [ ! "$branch" = "master"]; then
if [ ! "$branch" = "master" ]; then
echo "Merge branch $branch to master..."
git checkout master
git merge $branch