Add EOL to the end of all files
This commit is contained in:
parent
487c83afb2
commit
5ff7726d23
9 changed files with 6 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
backup/
|
||||
backup/
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -4,4 +4,4 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
yay --noconfirm -Syu xow;
|
||||
. "../../Config/xow/install.sh";
|
||||
|
||||
popd > /dev/null;
|
||||
popd > /dev/null;
|
||||
|
|
|
@ -9,4 +9,3 @@ then
|
|||
makepkg --noconfirm -si;
|
||||
popd > /dev/null;
|
||||
fi;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
sudo cp ./firefox.sh /etc/profile.d/;
|
||||
popd > /dev/null;
|
||||
popd > /dev/null;
|
||||
|
|
|
@ -8,4 +8,3 @@ then
|
|||
echo 'eval "$(oh-my-posh completion bash)"';
|
||||
} | tee -a ~/.bashrc > /dev/null;
|
||||
fi;
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo systemctl start packagekit;
|
||||
|
||||
|
|
|
@ -22,4 +22,4 @@ $null = New-Module {
|
|||
Start-Process -Wait $script;
|
||||
Remove-Item $script;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,4 +35,4 @@ $null = New-Module {
|
|||
Pop-Location;
|
||||
Remove-Item -Recurse $tempDir;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue