Split installation process into multiple files
This commit is contained in:
parent
72582fd5e0
commit
22ae8d0adc
9 changed files with 103 additions and 69 deletions
scripts/Scripts
4
scripts/Scripts/prepare.sh
Executable file
4
scripts/Scripts/prepare.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
sudo apt update
|
||||
sudo apt upgrade -y;
|
||||
sudo apt install dbus-x11;
|
Loading…
Add table
Add a link
Reference in a new issue