This repository was archived by the owner on Jun 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- printf " \\ n\\ e[93m=== Plexus v0.7.3b - Developed by Robert Thomas ==="
2+ printf " \\ n\\ e[93m=== Plexus v0.7.3c - Developed by Robert Thomas ==="
33printf " \\ n=== https://github.com/Wolveix/plexus ==="
44printf " \\ n\\ e[32mInstalling missing dependencies.\\ n\\ n\\ e[94m"
55apt-get install curl ffmpeg unzip -y
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3b - Developed by Robert Thomas ===\\ n"
2+ HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3c - Developed by Robert Thomas ===\\ n"
33HEADER_SUBTEXT=" \\ e[93m=== https://github.com/Wolveix/Plexus ===\\ n"
44set -e
55if [ -f " $HOME " /.config/plexus/plexus.conf ]
@@ -342,7 +342,7 @@ function func_encode {
342342 fi
343343 printf " \\ nDeleting original file and delisting it.\\ n"
344344 /bin/rm " $convert_dir /$FILE "
345- sed -i " /$line /d" " $list_file "
345+ /bin/ sed -i " /$line /d" " $list_file "
346346 printf " \\ nOperation successfully completed."
347347 done < " $list_file "
348348}
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3b - Developed by Robert Thomas ===\\ n"
2+ HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3c - Developed by Robert Thomas ===\\ n"
33HEADER_SUBTEXT=" \\ e[93m=== https://github.com/Wolveix/Plexus ===\\ n"
44set -e
55if [ -f " $HOME " /.config/plexus/plexus.conf ]
@@ -342,7 +342,7 @@ function func_encode {
342342 fi
343343 printf " \\ nDeleting original file and delisting it.\\ n"
344344 /bin/rm " $convert_dir /$FILE "
345- sed -i " /$line /d" " $list_file "
345+ /bin/ sed -i " /$line /d" " $list_file "
346346 printf " \\ nOperation successfully completed."
347347 done < " $list_file "
348348}
You can’t perform that action at this time.
0 commit comments