10 lines
274 B
Bash
Executable File
10 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
|
|
|
## This script will remove unnecessary files and folders and reduce the size of the iso.
|
|
# Remove live folder from binary.
|
|
|
|
rm -r live
|