]> Git repositories of Lucie Scarlet - dotfiles.git/commit
Added `set -euxo pipefail` and combined the pacman commands
authorLucie Scarlet <lucie@scarlet.moe>
Sat, 17 Aug 2024 16:08:12 +0000 (18:08 +0200)
committerLucie Scarlet <lucie@scarlet.moe>
Sat, 17 Aug 2024 16:08:12 +0000 (18:08 +0200)
commita004a35dba7fbdc22b137e2dd0dba749e36ec96b
tree7438642e7be9abc80a3f32b5f6eca708a51f3eb6
parentcd9497ed05c05381167ed3d65a0ed0c1f4a73799
Added `set -euxo pipefail` and combined the pacman commands

Since you can install using `pacman -Syu` it doesn't make sense to run
that first, then running `pacman -S` afterwards. Also, it didn't do
`--noconfirm` so if there were something to update, it would fail the
install.
i3/install.sh