lix/scripts
Sheng Yang 7c08144c4a Add escape for systemd service in installer script
Among all the characters that are allowed in a URL, both the percentage
sign "%" and the single quotation mark "'" needs escaping when written
as a environment variable in a systemd service file. While the single
quotation mark may be rare, the percentage sign is widely used to escape
characters in a URL. This is especially common in proxy setting, where
username and password may contain special characters that need
percentage escaping. This patch applies the following replacements:

  % -> %%
  ' -> \'
2023-01-14 03:46:11 +08:00
..
bigsur-nixbld-user-migration.sh
check-hydra-status.sh
create-darwin-volume.sh
install-darwin-multi-user.sh
install-multi-user.sh
install-nix-from-closure.sh
install-systemd-multi-user.sh Add escape for systemd service in installer script 2023-01-14 03:46:11 +08:00
install.in
local.mk
nix-profile-daemon.fish.in Fix Nix installation on older versions of fish 2023-01-03 21:14:01 +01:00
nix-profile-daemon.sh.in
nix-profile.fish.in Fix Nix installation on older versions of fish 2023-01-03 21:14:01 +01:00
nix-profile.sh.in
prepare-installer-for-github-actions