aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 2 insertions, 0 deletions
diff --git a/install b/install
index 3cb9223..294dcfd 100755
--- a/install
+++ b/install
@@ -15,6 +15,8 @@ if [ "$(id -u)" -eq 0 ] || [ -n "$SUDO_UID" ]; then
(cd "$program" && echo "Starting $program installation" && make -s clean install && echo "$program installation complete" && make -s clean)
done
+ git restore .
+
if command_exists picom; then
echo "Copying picom configuration"
cp picom.conf /etc/xdg/picom.conf