archiso 75
This commit is contained in:
parent
9d4e0db873
commit
3793ffea19
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 74-1
|
archiso-version=archiso 75-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 74-1"
|
archisoRequiredVersion="archiso 75-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 74-1"
|
archisoRequiredVersion="archiso 75-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