6 lines
109 B
Bash
Executable file
6 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
sudo systemctl stop packagekit;
|
|
sudo apt update;
|
|
sudo apt upgrade -y;
|
|
sudo apt install dbus-x11;
|