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:
parent
74a9a97ca4
commit
9d2efcd48f
7 changed files with 247 additions and 22 deletions
|
@ -3,11 +3,7 @@
|
|||
IMG="$1"
|
||||
DEV="$2"
|
||||
|
||||
if [[ -z "$(command -v growpart)" || -z "$(command -v btrfs)" ]]; then
|
||||
echo "growpart oder btrfs fehlt! Installiere cloud-guest-utils und btrfs-progs..."
|
||||
sudo apt update
|
||||
sudo apt install -y cloud-guest-utils btrfs-progs
|
||||
fi
|
||||
source sub_install
|
||||
|
||||
if [ -z "$IMG" ] ; then
|
||||
echo "Image-File angeben!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue