mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-06 16:25:50 +00:00
scripts/installer.sh fix APT_SYSTEMCTL_START error
fix error: 'sh: 411: APT_SYSTEMCTL_START: parameter not set' on certain debian distributions Signed-off-by: Jay Stapleton <jay@tailscale.com>
This commit is contained in:
parent
4512e213d5
commit
894693f352
@ -24,6 +24,7 @@ main() {
|
|||||||
VERSION=""
|
VERSION=""
|
||||||
PACKAGETYPE=""
|
PACKAGETYPE=""
|
||||||
APT_KEY_TYPE="" # Only for apt-based distros
|
APT_KEY_TYPE="" # Only for apt-based distros
|
||||||
|
APT_SYSTEMCTL_START=false # Only needs to be true for Kali
|
||||||
|
|
||||||
if [ -f /etc/os-release ]; then
|
if [ -f /etc/os-release ]; then
|
||||||
# /etc/os-release populates a number of shell variables. We care about the following:
|
# /etc/os-release populates a number of shell variables. We care about the following:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user