Update .profile
This commit is contained in:
parent
7ec5c1c107
commit
3f5ee6baa8
2
.profile
2
.profile
|
|
@ -15,7 +15,7 @@ if [ -f "$marker_file" ]; then
|
||||||
echo "Mise à jour des outils déjà faite."
|
echo "Mise à jour des outils déjà faite."
|
||||||
else
|
else
|
||||||
touch "$marker_file"
|
touch "$marker_file"
|
||||||
apt install -y neofetch mailutils figlet dnsutils net-tools lm-sensors
|
apt install -y neofetch mailutils figlet dnsutils net-tools lm-sensors nodejs npm
|
||||||
cd ~
|
cd ~
|
||||||
wget https://github.com/fastfetch-cli/fastfetch/releases/download/2.10.2/fastfetch-linux-amd64.deb
|
wget https://github.com/fastfetch-cli/fastfetch/releases/download/2.10.2/fastfetch-linux-amd64.deb
|
||||||
dpkg -i fastfetch-linux-amd64.deb
|
dpkg -i fastfetch-linux-amd64.deb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue