Refactor the directory structure
This commit is contained in:
parent
ba6e073aea
commit
d190d1d3f4
55 changed files with 68 additions and 65 deletions
scripts/PopOS/Scripts
3
scripts/PopOS/Scripts/postinstall.sh
Normal file
3
scripts/PopOS/Scripts/postinstall.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
sudo systemctl start packagekit;
|
||||
|
5
scripts/PopOS/Scripts/preinstall.sh
Executable file
5
scripts/PopOS/Scripts/preinstall.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
sudo systemctl stop packagekit;
|
||||
sudo apt update;
|
||||
sudo apt upgrade -y;
|
||||
sudo apt install dbus-x11;
|
Loading…
Add table
Add a link
Reference in a new issue