diff options
| author | Mike Vink <mike@pionative.com> | 2025-02-08 12:09:55 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2025-02-08 12:09:55 +0100 |
| commit | 6d4ccf06355a0da9cb275413fbd4b7aa2a8b7087 (patch) | |
| tree | 71ddb40dd3d43fe104f8136ea66466a4dd29da80 | |
| parent | b16136da2a42ad1c386ae847f76f7bbd3d50dad3 (diff) | |
update progs
| -rw-r--r-- | mvbs.sh | 8 | ||||
| -rw-r--r-- | progs.csv | 1 |
2 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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." |
