melawy-pamac-helper/pamac-helper

9 lines
112 B
Plaintext
Raw Normal View History

2023-11-28 15:31:04 +05:00
#!/bin/bash
2023-11-28 18:16:05 +05:00
ping -c 1 1.1.1.1 > /dev/null
if [ $? -eq 0 ]; then
sudo pacman -Sy
fi
2023-11-28 15:31:04 +05:00
/usr/bin/pamac-manager