add -y flag for xbps to allow installation on void
Signed-off-by: Jay Stapleton <jay@tailscale.com>
This commit is contained in:

committed by
Jay Stapleton

parent
c8551c8a67
commit
39d173e5fc
@ -467,7 +467,7 @@ main() {
|
|||||||
;;
|
;;
|
||||||
xbps)
|
xbps)
|
||||||
set -x
|
set -x
|
||||||
$SUDO xbps-install tailscale -y
|
$SUDO xbps-install tailscale -y
|
||||||
set +x
|
set +x
|
||||||
;;
|
;;
|
||||||
emerge)
|
emerge)
|
||||||
|
Reference in New Issue
Block a user