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
|
@ -9,4 +9,3 @@ then
|
||||||
makepkg --noconfirm -si;
|
makepkg --noconfirm -si;
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,3 @@ then
|
||||||
echo 'eval "$(oh-my-posh completion bash)"';
|
echo 'eval "$(oh-my-posh completion bash)"';
|
||||||
} | tee -a ~/.bashrc > /dev/null;
|
} | tee -a ~/.bashrc > /dev/null;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo systemctl start packagekit;
|
sudo systemctl start packagekit;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue