Refactor the directory structure

This commit is contained in:
Manuel Thalmann 2023-04-01 17:08:17 +02:00
parent ba6e073aea
commit d190d1d3f4
55 changed files with 68 additions and 65 deletions
scripts/PopOS/Scripts

View file

@ -0,0 +1,3 @@
#!/bin/bash
sudo systemctl start packagekit;

View file

@ -0,0 +1,5 @@
#!/bin/bash
sudo systemctl stop packagekit;
sudo apt update;
sudo apt upgrade -y;
sudo apt install dbus-x11;