This commit is contained in:
Valeria Fadeeva 2025-07-03 19:17:54 +05:00
parent 59937cc05f
commit eed07ed795
3 changed files with 6 additions and 7 deletions

View File

@ -6,6 +6,4 @@ Start pamac after pacman -Sy
[YooMoney](https://yoomoney.ru/to/4100115921160758)
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f

View File

@ -1,8 +1,8 @@
#!/bin/bash
ping -c 1 1.1.1.1 > /dev/null
if [ $? -eq 0 ]; then
sudo pacman -Sy
fi
# ping -c 1 1.1.1.1 > /dev/null
# if [ $? -eq 0 ]; then
# sudo pacman -Sy
# fi
/usr/bin/pamac-manager

View File

@ -1,5 +1,6 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
git add . && git commit -m "Update"
git push
echo "Ready"