Disable packagekit during installation
This commit is contained in:
parent
ff844a7f00
commit
27ef5b5456
4 changed files with 9 additions and 1 deletions
scripts/Scripts
3
scripts/Scripts/postinstall.sh
Normal file
3
scripts/Scripts/postinstall.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
sudo systemctl start packagekit;
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
sudo apt update
|
||||
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