From 5ff7726d233fda7d0e357d857a88d0fc2aff647c Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
Date: Wed, 12 Jul 2023 22:44:20 +0200
Subject: [PATCH] Add EOL to the end of all files

---
 .gitignore                                    | 2 +-
 profiles/DerGeret/Windows/Restore.ps1         | 2 +-
 scripts/Arch/Software/xow/install.sh          | 2 +-
 scripts/Arch/Software/yay/install.sh          | 1 -
 scripts/Common/Config/Firefox/install.sh      | 2 +-
 scripts/Common/Config/bash/oh-my-posh.sh      | 1 -
 scripts/PopOS/Scripts/postinstall.sh          | 1 -
 scripts/Windows/Software/git/Manage.ps1       | 2 +-
 scripts/Windows/Software/osu!lazer/Manage.ps1 | 2 +-
 9 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index dcc0a313..047d7bbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-backup/
\ No newline at end of file
+backup/
diff --git a/profiles/DerGeret/Windows/Restore.ps1 b/profiles/DerGeret/Windows/Restore.ps1
index c9c39596..f6d9c202 100644
--- a/profiles/DerGeret/Windows/Restore.ps1
+++ b/profiles/DerGeret/Windows/Restore.ps1
@@ -8,4 +8,4 @@ Write-Host "Starting Restoration of Windows";
 $context.EntryPoint = "$($MyInvocation.MyCommand.Path)";
 $context.UserName = "Manuel";
 Invoke-WindowsInstallation $context;
-Restart-Computer;
\ No newline at end of file
+Restart-Computer;
diff --git a/scripts/Arch/Software/xow/install.sh b/scripts/Arch/Software/xow/install.sh
index 973afcb0..b13c37ab 100755
--- a/scripts/Arch/Software/xow/install.sh
+++ b/scripts/Arch/Software/xow/install.sh
@@ -4,4 +4,4 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
 yay --noconfirm -Syu xow;
 . "../../Config/xow/install.sh";
 
-popd > /dev/null;
\ No newline at end of file
+popd > /dev/null;
diff --git a/scripts/Arch/Software/yay/install.sh b/scripts/Arch/Software/yay/install.sh
index 4e0d9c0c..c06b5e0b 100755
--- a/scripts/Arch/Software/yay/install.sh
+++ b/scripts/Arch/Software/yay/install.sh
@@ -9,4 +9,3 @@ then
     makepkg --noconfirm -si;
     popd > /dev/null;
 fi;
-
diff --git a/scripts/Common/Config/Firefox/install.sh b/scripts/Common/Config/Firefox/install.sh
index 405a045b..a96d2b02 100755
--- a/scripts/Common/Config/Firefox/install.sh
+++ b/scripts/Common/Config/Firefox/install.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 pushd "${BASH_SOURCE%/*}" > /dev/null;
 sudo cp ./firefox.sh /etc/profile.d/;
-popd > /dev/null;
\ No newline at end of file
+popd > /dev/null;
diff --git a/scripts/Common/Config/bash/oh-my-posh.sh b/scripts/Common/Config/bash/oh-my-posh.sh
index 4c2b9ac1..69cc03a7 100755
--- a/scripts/Common/Config/bash/oh-my-posh.sh
+++ b/scripts/Common/Config/bash/oh-my-posh.sh
@@ -8,4 +8,3 @@ then
         echo 'eval "$(oh-my-posh completion bash)"';
     } | tee -a ~/.bashrc > /dev/null;
 fi;
-
diff --git a/scripts/PopOS/Scripts/postinstall.sh b/scripts/PopOS/Scripts/postinstall.sh
index 91c2f96b..f595763c 100755
--- a/scripts/PopOS/Scripts/postinstall.sh
+++ b/scripts/PopOS/Scripts/postinstall.sh
@@ -1,3 +1,2 @@
 #!/bin/bash
 sudo systemctl start packagekit;
-
diff --git a/scripts/Windows/Software/git/Manage.ps1 b/scripts/Windows/Software/git/Manage.ps1
index 212a074b..f8f7d406 100644
--- a/scripts/Windows/Software/git/Manage.ps1
+++ b/scripts/Windows/Software/git/Manage.ps1
@@ -22,4 +22,4 @@ $null = New-Module {
         Start-Process -Wait $script;
         Remove-Item $script;
     }
-}
\ No newline at end of file
+}
diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1
index 84b1b7f5..9d0fd7c8 100644
--- a/scripts/Windows/Software/osu!lazer/Manage.ps1
+++ b/scripts/Windows/Software/osu!lazer/Manage.ps1
@@ -35,4 +35,4 @@ $null = New-Module {
         Pop-Location;
         Remove-Item -Recurse $tempDir;
     }
-}
\ No newline at end of file
+}