4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
sudo apt update
|
|
sudo apt upgrade -y;
|
|
sudo apt install dbus-x11;
|