Split installation process into multiple files

This commit is contained in:
Manuel Thalmann 2023-01-23 17:19:55 +01:00
parent 72582fd5e0
commit 22ae8d0adc
9 changed files with 103 additions and 69 deletions
scripts/Scripts

4
scripts/Scripts/prepare.sh Executable file
View file

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