mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-05 14:57:49 +00:00
add -y flag for xbps to allow installation on void
This commit is contained in:
parent
3a74f2d2d7
commit
c8551c8a67
@ -467,7 +467,7 @@ main() {
|
||||
;;
|
||||
xbps)
|
||||
set -x
|
||||
$SUDO xbps-install tailscale
|
||||
$SUDO xbps-install tailscale -y
|
||||
set +x
|
||||
;;
|
||||
emerge)
|
||||
|
Loading…
x
Reference in New Issue
Block a user