desktop-ubuntu/_installs/woeusb.sh

32 lines
416 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
sudo apt install -y \
git \
p7zip-full \
python3-pip \
python3-wxgtk4.0 \
grub2-common \
grub-pc-bin \
build-essential
# install
sudo add-apt-repository -y \
ppa:tomtomtom/woeusb
sudo apt update -y
sudo apt install -y \
2023-08-06 23:02:26 +02:00
woeusb \
wimlib-imagex \
wimtools
2023-06-18 15:34:39 +02:00
# get disk list
sudo fdisk -l
# use
sudo woeusb \
--target-filesystem NTFS \
-d /Data/Iso/wnd-10.iso \
/dev/sdX