Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexNote
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexDownload http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
Make the .bin file executable
$ chmod a+x AdobeAIRInstaller.bin
Run the .bin file by executing following
| #!/bin/bash | |
| echo '--- --- --- --- --- --- --- --- --- --- ---' | |
| echo 'Deploying site...' | |
| echo '--- --- --- --- --- --- --- --- --- --- ---' | |
| if ! [ -t 0 ]; then | |
| read -a ref | |
| fi | |
| IFS='/' read -ra REF <<< "${ref[2]}" |