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
9
installstick/sub_install
Executable file
9
installstick/sub_install
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Das ist das include um Dinge nachzuinstalliere
|
||||
|
||||
if [ -z "$(command -v dialog)" ]; then
|
||||
echo "dialog fehlt! Installiere dialog, partclone cloud-guest-utils, und btrfs-progs..."
|
||||
sudo apt update
|
||||
sudo apt install -y dialog btrfs-progs partclone cloud-guest-utils
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue