Updated to resolve tailscale update issue with filesystem readonly.

This commit is contained in:
RouteTable
2024-04-18 02:34:32 -05:00
committed by GitHub
parent 47063d7e8d
commit fea72c96c4

View File

@@ -42,6 +42,7 @@ install_update_tailscale() {
ln -sf "$TAILSCALE_DIR/tailscale" "/usrdata/root/bin/tailscale"
echo y | $TAILSCALE_DIR/tailscale update
echo -e "\e[32mTailscale updated!\e[0m"
remount_ro
exit 0
else
echo "Installing Tailscale..."