-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.sh
More file actions
21 lines (21 loc) · 2.02 KB
/
update.sh
File metadata and controls
21 lines (21 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
echo "──────────────────────────────────────────────
─██████████████─██████████████─██████████████─
─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
─██░░██████████─██░░██████░░██─██████░░██████─
─██░░██─────────██░░██──██░░██─────██░░██─────
─██░░██████████─██░░██████░░██─────██░░██─────
─██░░░░░░░░░░██─██░░░░░░░░░░██─────██░░██─────
─██░░██████████─██░░██████░░██─────██░░██─────
─██░░██─────────██░░██──██░░██─────██░░██─────
─██░░██████████─██░░██──██░░██─────██░░██─────
─██░░░░░░░░░░██─██░░██──██░░██─────██░░██─────
─██████████████─██████──██████─────██████─────
──────────────────────────────────────────────"
echo " Eat Updater 1.0"
PWD=$(pwd)
cd ~/Eat-PKG-Manager # go to old dir
git pull # update manifests from local to git
cd $PWD # back to old dir
cd ~/eat_sources # go to old dir
git pull # update manifests from local to git
cd $PWD # back to old dir