installer.sh: do not run pacman -Sy

This commit is contained in:
Anton Tolchanov 2024-05-20 12:51:56 +01:00
parent 964282d34f
commit 3087d8948c
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: test installer.sh
on: on:
push: push:
branches: branches:
- "main" - "*"
paths: paths:
- scripts/installer.sh - scripts/installer.sh
pull_request: pull_request:

View File

@ -513,7 +513,6 @@ main() {
;; ;;
pacman) pacman)
set -x set -x
$SUDO pacman -Sy
$SUDO pacman -S tailscale --noconfirm $SUDO pacman -S tailscale --noconfirm
$SUDO systemctl enable --now tailscaled $SUDO systemctl enable --now tailscaled
set +x set +x