jguer
|
c8fcdeae5b
|
feat(su): use alternative privilege elevators when sudo is not available
When sudobin/custom wrapper is not available try the following in order:
- sudo
- doas
- pkexec
- su
|
2021-08-31 02:17:27 +02:00 |
|
jguer
|
e231b2b02d
|
chore(yay): modernize exec commands
|
2021-08-14 00:10:43 +02:00 |
|
jguer
|
cb4b57f6d8
|
chore(golangci): add new linters
|
2021-08-11 22:19:55 +02:00 |
|
jguer
|
5c11c01d85
|
refactor(exe): move sudo loop into CmdBuilder
|
2021-08-08 21:02:35 +02:00 |
|
jguer
|
172ee1f4e8
|
refactor(exe): port pacman calls to cmd_builder
|
2021-08-08 17:45:07 +02:00 |
|
jguer
|
1a2e5b9529
|
refactor(settings): move args to own package to allow pacman cmd builder
|
2021-08-08 17:45:07 +02:00 |
|
jguer
|
79b44fd544
|
feat(download): download PKGBUILD repos interface
|
2021-08-05 10:11:54 +02:00 |
|
xhqr
|
24edabe5df
|
Print error if PATH is empty.
This fixes #881.
Before:
```bash
$ PATH= /usr/bin/yay -Qu
$ echo $?
1
```
After:
```bash
$ PATH= ./yay -Qu
exec: "pacman-conf": executable file not found in $PATH
$ echo $?
1
```
|
2021-01-16 18:27:39 +01:00 |
|
ccat3z
|
bb50b4079f
|
fix(exe): fix timeout of OSRunner.Capture()
kill all child processes
|
2020-12-10 09:07:33 +01:00 |
|
jguer
|
55a6767b44
|
fix(parser): use Fields instead of Split
|
2020-10-30 11:09:06 +01:00 |
|
jguer
|
81b5feb68a
|
fix(passer): fix slice copying for passer
|
2020-10-30 11:09:06 +01:00 |
|
jguer
|
3b2bb28e81
|
feat(exe): AddMakepkg builder
|
2020-08-22 01:24:52 +02:00 |
|
jguer
|
72f120b0f3
|
feat(config): refactor config to allow running without config
|
2020-08-21 02:39:52 +02:00 |
|