Skip to content

Commit

Permalink
Fix xze
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 committed Aug 31, 2024
1 parent a47cdb8 commit 7ae960f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 40 deletions.
9 changes: 1 addition & 8 deletions edge2-cinnamon-image/xze
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,9 @@ FAIL(){
exit 1
}

[ "$xz" ] || xz=$(which xz 2>/dev/null)
[ $? = 0 ] || {
echo "[e] plz install xz">&2
echo " sudo apt-get install xz-utils">&2
exit 1
}

#echo "[i] $xz">&2

$xz --help | grep -q threads= || {
xz --help | grep -q threads= || {
echo "[i] plz install last xz with MT support">&2
exit 1
}
Expand Down
9 changes: 1 addition & 8 deletions edge2-gnome-image/xze
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,9 @@ FAIL(){
exit 1
}

[ "$xz" ] || xz=$(which xz 2>/dev/null)
[ $? = 0 ] || {
echo "[e] plz install xz">&2
echo " sudo apt-get install xz-utils">&2
exit 1
}

#echo "[i] $xz">&2

$xz --help | grep -q threads= || {
xz --help | grep -q threads= || {
echo "[i] plz install last xz with MT support">&2
exit 1
}
Expand Down
8 changes: 4 additions & 4 deletions vim4-gnome-image/pacman.conf.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Include = /etc/pacman.d/bredos-mirrorlist
Include = /etc/pacman.d/bredos-mirrorlist

[core]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo

[extra]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo

[alarm]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo

[aur]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo
9 changes: 1 addition & 8 deletions vim4-gnome-image/xze
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,9 @@ FAIL(){
exit 1
}

[ "$xz" ] || xz=$(which xz 2>/dev/null)
[ $? = 0 ] || {
echo "[e] plz install xz">&2
echo " sudo apt-get install xz-utils">&2
exit 1
}

#echo "[i] $xz">&2

$xz --help | grep -q threads= || {
xz --help | grep -q threads= || {
echo "[i] plz install last xz with MT support">&2
exit 1
}
Expand Down
8 changes: 4 additions & 4 deletions vim4-plasma-image/pacman.conf.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Include = /etc/pacman.d/bredos-mirrorlist
Include = /etc/pacman.d/bredos-mirrorlist

[core]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo

[extra]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo

[alarm]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo

[aur]
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo
9 changes: 1 addition & 8 deletions vim4-plasma-image/xze
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,9 @@ FAIL(){
exit 1
}

[ "$xz" ] || xz=$(which xz 2>/dev/null)
[ $? = 0 ] || {
echo "[e] plz install xz">&2
echo " sudo apt-get install xz-utils">&2
exit 1
}

#echo "[i] $xz">&2

$xz --help | grep -q threads= || {
xz --help | grep -q threads= || {
echo "[i] plz install last xz with MT support">&2
exit 1
}
Expand Down

0 comments on commit 7ae960f

Please sign in to comment.