Skip to content

Commit

Permalink
Finally fix escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel authored Aug 27, 2022
1 parent ecfbfed commit d5507ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makepkg -sri --noprogressbar --noconfirm --needed

# Configure paru.conf
doas sed -i 's/#Chroot/Chroot/;s/#LocalRepo/LocalRepo/;s/#RemoveMake/RemoveMake/;s/#CleanAfter/CleanAfter/;s/#\[bin\]/\[bin\]/;s/#FileManager =.*/FileManager = nvim/;s/#Sudo =.*/Sudo = doas/' /etc/paru.conf
doas echo "FileManagerFlags = '-c,\"NvimTreeFocus\"'" | doas tee -a /etc/paru.conf
doas sh -c 'echo FileManagerFlags = '"\'"'-c,\"NvimTreeFocus\"'"\'"' >> /etc/paru.conf'

# Install packages
paru -S --needed - < ~/packages_post-install.txt
Expand Down

0 comments on commit d5507ff

Please sign in to comment.