archiso 72
This commit is contained in:
parent
487929cd1a
commit
84fabb5df8
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ https://www.archlinux.org/packages/extra/any/archiso/
|
||||||
We are now using this version
|
We are now using this version
|
||||||
|
|
||||||
|
|
||||||
archiso-version=archiso 71-1
|
archiso-version=archiso 72-1
|
||||||
|
|
||||||
|
|
||||||
sudo pacman -Q archiso and you will know your version
|
sudo pacman -Q archiso and you will know your version
|
||||||
|
|
|
@ -25,7 +25,7 @@ echo "################################################################## "
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# setting of the general parameters
|
# setting of the general parameters
|
||||||
archisoRequiredVersion="archiso 71-1"
|
archisoRequiredVersion="archiso 72-1"
|
||||||
buildFolder=$HOME"/alci-build"
|
buildFolder=$HOME"/alci-build"
|
||||||
outFolder=$HOME"/Alci-Iso-Out"
|
outFolder=$HOME"/Alci-Iso-Out"
|
||||||
archisoVersion=$(sudo pacman -Q archiso)
|
archisoVersion=$(sudo pacman -Q archiso)
|
||||||
|
|
|
@ -25,7 +25,7 @@ echo "################################################################## "
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# setting of the general parameters
|
# setting of the general parameters
|
||||||
archisoRequiredVersion="archiso 71-1"
|
archisoRequiredVersion="archiso 72-1"
|
||||||
buildFolder=$HOME"/alci-build"
|
buildFolder=$HOME"/alci-build"
|
||||||
outFolder=$HOME"/Alci-Iso-Out"
|
outFolder=$HOME"/Alci-Iso-Out"
|
||||||
archisoVersion=$(sudo pacman -Q archiso)
|
archisoVersion=$(sudo pacman -Q archiso)
|
||||||
|
|
Loading…
Reference in a new issue