diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-09 21:23:28 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-09 21:23:28 -0500 |
commit | 3d7208853d0f7dfdee4c0aa26a65557414aea96f (patch) | |
tree | 607e68f9a5bc77599d0ad15eab678f1b6673244b /hooks/pre-up/3-void | |
parent | 8747402d7647d02d85f513cdd9d32410a6e17db6 (diff) | |
download | rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.gz rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.bz2 rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.zip |
Shell update
Diffstat (limited to '')
-rwxr-xr-x | hooks/pre-up/3-void (renamed from hooks/pre-up/void) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/pre-up/void b/hooks/pre-up/3-void index 01de807..e0824c2 100755 --- a/hooks/pre-up/void +++ b/hooks/pre-up/3-void @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # We'll use xpkg from xtools to find installable packages if ! [ -x "$(command -v xpkg)" ]; then @@ -12,4 +12,4 @@ fi if [ ! "$(cat ~/repository.list | grep 'void-repo-nonfree')" ]; then sudo xbps-install -Sy void-repo-nonfree -fi
\ No newline at end of file +fi |