PortValhalla/scripts/Scripts/prepare.sh

6 lines
109 B
Bash
Raw Normal View History

#!/bin/bash
2023-01-23 19:32:33 +00:00
sudo systemctl stop packagekit;
sudo apt update;
sudo apt upgrade -y;
sudo apt install dbus-x11;