mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-19 21:23:58 +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)
|
xbps)
|
||||||
set -x
|
set -x
|
||||||
$SUDO xbps-install tailscale
|
$SUDO xbps-install tailscale -y
|
||||||
set +x
|
set +x
|
||||||
;;
|
;;
|
||||||
emerge)
|
emerge)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user