fixing paru build errors
This commit is contained in:
parent
5a9dddf557
commit
09ee5f9315
1 changed files with 1 additions and 1 deletions
2
dream.sh
2
dream.sh
|
@ -529,7 +529,7 @@ distro-setup() {
|
||||||
arch)
|
arch)
|
||||||
repen bold "Found $(pen blue bold $distro)"
|
repen bold "Found $(pen blue bold $distro)"
|
||||||
_setup arch
|
_setup arch
|
||||||
if command-exists yay || command_exists paru; then
|
if command-exists yay || command-exists paru; then
|
||||||
aur=true
|
aur=true
|
||||||
else
|
else
|
||||||
aur=false
|
aur=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue