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"