library
This commit is contained in:
parent
fcc7c2d1c0
commit
c9c1e5ecb8
2
.profile
2
.profile
|
|
@ -16,7 +16,7 @@ if [ -f "$marker_file" ]; then
|
||||||
else
|
else
|
||||||
touch "$marker_file"
|
touch "$marker_file"
|
||||||
apt install -y neofetch mailutils figlet dnsutils net-tools lm-sensors nodejs npm
|
apt install -y neofetch mailutils figlet dnsutils net-tools lm-sensors nodejs npm
|
||||||
apt install -y libxdamage1 libxkbcommon0 libatk-bridge2.0-0 libatk1.0-0
|
apt install -y libxdamage1 libxkbcommon0 libatk-bridge2.0-0 libatk1.0-0 libasound2 libnss3
|
||||||
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