Add EOL to the end of all files

This commit is contained in:
Manuel Thalmann 2023-07-12 22:44:20 +02:00
parent ba1d95d1e6
commit e99cf3183e
9 changed files with 6 additions and 9 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
backup/
backup/

View file

@ -8,4 +8,4 @@ Write-Host "Starting Restoration of Windows";
$context.EntryPoint = "$($MyInvocation.MyCommand.Path)";
$context.UserName = "Manuel";
Invoke-WindowsInstallation $context;
Restart-Computer;
Restart-Computer;

View file

@ -4,4 +4,4 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu xow;
. "../../Config/xow/install.sh";
popd > /dev/null;
popd > /dev/null;

View file

@ -9,4 +9,3 @@ then
makepkg --noconfirm -si;
popd > /dev/null;
fi;

View file

@ -1,4 +1,4 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
sudo cp ./firefox.sh /etc/profile.d/;
popd > /dev/null;
popd > /dev/null;

View file

@ -8,4 +8,3 @@ then
echo 'eval "$(oh-my-posh completion bash)"';
} | tee -a ~/.bashrc > /dev/null;
fi;

View file

@ -1,3 +1,2 @@
#!/bin/bash
sudo systemctl start packagekit;

View file

@ -22,4 +22,4 @@ $null = New-Module {
Start-Process -Wait $script;
Remove-Item $script;
}
}
}

View file

@ -35,4 +35,4 @@ $null = New-Module {
Pop-Location;
Remove-Item -Recurse $tempDir;
}
}
}