From ffb3ad8e4e016ef2de7a94b3a37b09d31fcd1bfd Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 3 Sep 2020 17:59:04 +0000 Subject: [PATCH] Added commands vor Ventoy --- arch-config/Dokumente/Commands | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch-config/Dokumente/Commands b/arch-config/Dokumente/Commands index 3607ef0d..c711e74a 100644 --- a/arch-config/Dokumente/Commands +++ b/arch-config/Dokumente/Commands @@ -87,4 +87,10 @@ ssh-keygen #allow access through ssh key ssh-copy-id -i @ -ssh-copy-id -i ~/.ssh/id_rsa.pub @ \ No newline at end of file +ssh-copy-id -i ~/.ssh/id_rsa.pub @ + +#Ventoy +#install +sudo bash Ventoy2Disk.sh -i -g /dev/XXX +#update +sudo bash Ventoy2Disk.sh -u /dev/XXX \ No newline at end of file