About This File
kernel available, if the need to patch
All applications are installed
#!/bin/bash##Crée par Flagd le 30 mai 2016#http://fljagd.fr#clearutilisateur=`users`echo "" Hi, $utilisateurecho ""echo " ?" " Création de votre HDD/SSD - Creating your HDD/SSD ?"echo ""# Choix de l'Os Xecho "Glisser Votre Installer Os X dans la fenetre terminal"echo "Drag and Drop Your Installer Os X"echo ""read var1echo ""echo -e "\033[31m \033[7m Attention: ne fonctionne que sous - Warning: will execute only in \033[0m"echo $var1 | cut -d' ' -f2- | sed -e's/.app/ /g'echo ""echo ""# Choix du disqueecho "Vous avez choisi d'intaller - You chose to install"echo $var1 | cut -d' ' -f2- | sed -e's/.app/ /g'echo""echo "Sur quel Support?"echo "Glissez votre HDD/SSD dans la fenêtre terminal"echo ""echo ""echo "On what media want to install?"echo "Drag and Drop your HDD/SSD"echo""read supportecho""diskutil reformat "$support"hdiutil attach "$var1"/Contents/SharedSupport/InstallESD.dmginstaller -pkg /Volumes/OS\ X\ Install\ ESD/Packages/OSInstall.mpkg -target "$support" -verbosehdiutil detach /Volumes/OS\ X\ Base\ Systemhdiutil detach /Volumes/OS\ X\ Install\ ESD -forcediskutil rename "$support" New\ Osx\ HDD-SSD
What's New in Version 1.1 See changelog
Released
- Simpler
- Drag and Drop
- For All Os X installer from App Store
- Carefully consider Warning notifications
Recommended Comments