You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2022. It is now read-only.
#Warning: Insert One USB at a time only. If you have any other USB either remove them from the system or change the script accordingly. Check size with lsblk (uncommment line 10 & 11).
echo "Welcome to Bootable USB Maker!"
echo "We are making ALG Bootable USB, please wait..."
echo " "
#echo "Printing Partitions in Drive:"
#lsblk
echo "unmounting drive..."
umount /dev/sdb*
echo "Checking for any mounted partitions & unmounting them...."