summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.muenv6
-rwxr-xr-xbin/wup3
2 files changed, 7 insertions, 2 deletions
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