From eed07ed795d6bb988141dded3c5faa97e9f3bf39 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Thu, 3 Jul 2025 19:17:54 +0500 Subject: [PATCH] Update --- README.md | 2 -- pamac-helper | 8 ++++---- push.sh | 3 ++- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ba46e1b..380c645 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,4 @@ Start pamac after pacman -Sy [YooMoney](https://yoomoney.ru/to/4100115921160758) -[Qiwi](https://qiwi.com/n/VALERIAFADEEVA) - Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f diff --git a/pamac-helper b/pamac-helper index 6618274..9f167e5 100755 --- a/pamac-helper +++ b/pamac-helper @@ -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 diff --git a/push.sh b/push.sh index 345883e..434d0f3 100755 --- a/push.sh +++ b/push.sh @@ -1,5 +1,6 @@ #!/bin/bash -git add . && git commit -m "Update" && git push +git add . && git commit -m "Update" +git push echo "Ready"