mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
bullseye
This commit is contained in:
parent
c94281121e
commit
bb3e65f7a8
@ -25,7 +25,7 @@ apt_get_exit_code="0"
|
||||
## http://stackoverflow.com/a/26263980/2605155
|
||||
## for the python way to create a pty.
|
||||
|
||||
python3.7 -c 'import pty, sys; pty.spawn(sys.argv[1:])' \
|
||||
python3.9 -c 'import pty, sys; pty.spawn(sys.argv[1:])' \
|
||||
| apt-get "$@" 2>&1 \
|
||||
| tee -a "$logfile" \
|
||||
|| { apt_get_exit_code="$?"; true; };
|
||||
|
Loading…
Reference in New Issue
Block a user