mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 22:14:50 -04:00
update path to /usr/lib/security-misc/apt-get-wrapper
This commit is contained in:
parent
7b01fb9341
commit
c4089d8d40
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ kill_after="10"
|
|||
timeout \
|
||||
--kill-after="$kill_after" \
|
||||
"$timeout_after" \
|
||||
/usr/lib/apt-get-wrapper update &
|
||||
/usr/lib/security-misc/apt-get-wrapper update &
|
||||
|
||||
lastpid="$!"
|
||||
wait "$lastpid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue