summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-02-08 12:09:55 +0100
committerMike Vink <mike@pionative.com>2025-02-08 12:09:55 +0100
commit6d4ccf06355a0da9cb275413fbd4b7aa2a8b7087 (patch)
tree71ddb40dd3d43fe104f8136ea66466a4dd29da80
parentb16136da2a42ad1c386ae847f76f7bbd3d50dad3 (diff)
update progs
-rw-r--r--mvbs.sh8
-rw-r--r--progs.csv1
2 files changed, 7 insertions, 2 deletions
diff --git a/mvbs.sh b/mvbs.sh
index b14d910..815c86b 100644
--- a/mvbs.sh
+++ b/mvbs.sh
@@ -95,7 +95,7 @@ gitmakeinstall() {
luarocksinstall() {
whiptail --title "MVBS Installation" \
--infobox "Installing the LuaRocks package \`$1\` ($n of $total). $1 $2" 9 70
- luarocks install "$1"
+ luarocks install "$1" >/dev/null 2>&1
}
pipinstall() {
@@ -272,7 +272,8 @@ ln -sfT /bin/dash /bin/sh >/dev/null 2>&1
EndSection' >/etc/X11/xorg.conf.d/40-libinput.conf
# Xdg home
-[ ! -f /etc/X11/xorg.conf.d/40-libinput.conf ] && printf 'export XDG_CONFIG_HOME=$HOME/.config
+[ ! -f /etc/X11/xorg.conf.d/40-libinput.conf ] && printf 'export PATH="$HOME/.local/bin:$PATH"
+export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share' >/etc/profile.d/xdg-home.sh
@@ -303,6 +304,9 @@ echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/
echo "Defaults editor=/usr/local/bin/vis" >/etc/sudoers.d/02-mvbs-visudo-editor
mkdir -p /etc/sysctl.d
echo "kernel.dmesg_restrict = 0" > /etc/sysctl.d/dmesg.conf
+
+# Make sure /usr/local/lib is used.
+ldconfig
# Last message! Install complete!
finalize
diff --git a/progs.csv b/progs.csv
index 704a6d1..15c5961 100644
--- a/progs.csv
+++ b/progs.csv
@@ -23,6 +23,7 @@
,G,https://github.com/ivi-vink/lua.git,"is the tiny scripting language that everyone likes."
,G,https://github.com/ivi-vink/luarocks.git,"is the lua package manager."
,L,lpeg,"is a pattern matching library for lua."
+,,editorconfig-devel,"are the library files for editorconfig."
,L,editorconfig-core,"is the lua binding for editorconfig."
,G,https://github.com/ivi-vink/vis.git,"is a minimal text editor based on vi and Plan9's structural regular expressions."
# desktop,,mutt-wizard-git,"is a light-weight terminal-based email system."