From d09be0d5ced1b31e40a1114581abfce0db06c540 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 15 May 2024 15:14:51 -0500 Subject: Add tigrc; switch to ksh --- hooks/pre-up/1-mksh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 hooks/pre-up/1-mksh (limited to 'hooks/pre-up/1-mksh') diff --git a/hooks/pre-up/1-mksh b/hooks/pre-up/1-mksh deleted file mode 100755 index 7cff998..0000000 --- a/hooks/pre-up/1-mksh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -if ! [ -x "$(command -v mksh)" ]; then - sudo xbps-install -y mksh - chsh -s /bin/mksh -fi -- cgit v1.2.3