Skip to content

Commit

Permalink
Remove --noconfirm from -Scc
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel authored Aug 27, 2022
1 parent 5c8cff7 commit 457abe5
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 @@ -25,7 +25,7 @@ doas sh -c 'echo FileManagerFlags = '"\'"'-c,\"NvimTreeFocus\"'"\'"' >> /etc/par
# Install packages
paru -S --noprogressbar --noconfirm --needed - < ~/packages_post-install.txt
paru --noprogressbar --noconfirm -Syu
paru --noprogressbar --noconfirm -Scc
paru -Scc

# Configure iptables
## FIXME: Replace with nftables
Expand Down

0 comments on commit 457abe5

Please sign in to comment.