New Release : 2015.08.20.21.24.13
This commit is contained in:
parent
5813ed10f5
commit
67932300d2
2 changed files with 2 additions and 2 deletions
2
archfi
2
archfi
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue