6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ping -q -c 1 1.1.1.1 > /dev/null || exit 1
|
|
|
|
pacman -Syyuw --noconfirm
|