From a15975ebf1903b4210f1c70841055a53a0a89935 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 6 Apr 2023 22:52:18 +0200 Subject: update --- .muenv | 6 ++++++ bin/wup | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .muenv diff --git a/.muenv b/.muenv new file mode 100644 index 0000000..a3c2fa3 --- /dev/null +++ b/.muenv @@ -0,0 +1,6 @@ +# list of packages that we want to install. +wanted_packages=' +fvwm +graphviz +rssguard +' diff --git a/bin/wup b/bin/wup index e10eef4..9bd43fb 100755 --- a/bin/wup +++ b/bin/wup @@ -4,5 +4,4 @@ cd ~/Wiki [ "$(git status --porcelain)" ] && git add . && git commit -m update -git pull -git push +git pull && git push -- cgit v1.2.3