7 lines
124 B
Bash
7 lines
124 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
### this script makes everything to build a ready to boot .iso file of nanodesk
|
||
|
###
|
||
|
### By: DeltaLima
|
||
|
### 2023
|