forked from sh-edraft.de/sh_linux_installation_scripts
Added server scripts
This commit is contained in:
parent
4225328183
commit
52f9f3a866
@ -3,9 +3,9 @@
|
|||||||
install_neofetch() {
|
install_neofetch() {
|
||||||
echo "Installing neofetch"
|
echo "Installing neofetch"
|
||||||
sudo apt-get install neofetch -y
|
sudo apt-get install neofetch -y
|
||||||
sudo echo `
|
echo '
|
||||||
if [ $USER != "root" ] then
|
if [ $USER != "root" ] then
|
||||||
neofetch
|
neofetch
|
||||||
fi
|
fi
|
||||||
` >>/etc/bash.bashrc
|
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
first_install() {
|
first_install() {
|
||||||
echo 'Installing useful apps'
|
echo 'Installing useful apps'
|
||||||
|
|
||||||
sudo apt-get install net-tools nano htop tree zip unzip curl wget -y
|
sudo apt-get install net-tools nano htop iftop tree zip unzip curl wget -y
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user