Try out pleroma fixes

userdata-refactor
Inex Code 2022-07-19 16:00:12 +03:00
parent b4878acf1d
commit 1e86af00ab
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ makeConf() {
# NB <<"EOF" quotes / $ ` in heredocs, <<EOF does not
mkdir -p /etc/nixos
git clone -b its-wednesday-my-dudes https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git /etc/nixos
git clone -b pleroma-fixes https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git /etc/nixos
# Prevent grep for sending error code 1 (and halting execution) when no lines are selected : https://www.unix.com/man-page/posix/1P/grep
local IFS=$'\n'