Added commands vor Ventoy
This commit is contained in:
parent
689abf4099
commit
ffb3ad8e4e
@ -88,3 +88,9 @@ ssh-keygen
|
|||||||
#allow access through ssh key
|
#allow access through ssh key
|
||||||
ssh-copy-id -i <file location> <user>@<ip/domain>
|
ssh-copy-id -i <file location> <user>@<ip/domain>
|
||||||
ssh-copy-id -i ~/.ssh/id_rsa.pub <user>@<ip/domain>
|
ssh-copy-id -i ~/.ssh/id_rsa.pub <user>@<ip/domain>
|
||||||
|
|
||||||
|
#Ventoy
|
||||||
|
#install
|
||||||
|
sudo bash Ventoy2Disk.sh -i -g /dev/XXX
|
||||||
|
#update
|
||||||
|
sudo bash Ventoy2Disk.sh -u /dev/XXX
|
Loading…
Reference in New Issue
Block a user