Compare commits

...

1 Commits

Author SHA1 Message Date
Anton Tolchanov
3087d8948c installer.sh: do not run pacman -Sy 2024-05-20 12:53:17 +01:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

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