5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-28 19:36:21 +02:00

V2 Anfänge

This commit is contained in:
Robert 2024-10-22 22:03:22 +02:00
parent 74a9a97ca4
commit 9d2efcd48f
7 changed files with 247 additions and 22 deletions

View file

@ -1,10 +1,7 @@
#!/bin/bash
if [ -z "$(command -v dialog)" ]; then
echo "dialog fehlt! Installiere dialog..."
sudo apt update
sudo apt install -y dialog btrfs-progs
fi
source sub_install
GG=$(lsblk -r -p -n -o NAME,TYPE |grep disk | cut -f1 -d' ')