summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-04-06 22:52:18 +0200
committerMarc Vertes <mvertes@free.fr>2023-04-06 22:52:18 +0200
commita15975ebf1903b4210f1c70841055a53a0a89935 (patch)
treedd93d6fa387066de090520fd891d5f4774596aa3
parent3e02440729442357b4e1d545e3086dbc8695cbef (diff)
update
-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