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 1
1
#! /usr/bin/env bash
2
- printf " \\ n\\ e[93m=== Plexus v0.7.3c - Developed by Robert Thomas ==="
2
+ printf " \\ n\\ e[93m=== Plexus v0.7.3d - Developed by Robert Thomas ==="
3
3
printf " \\ n=== https://github.com/Wolveix/plexus ==="
4
4
printf " \\ n\\ e[32mInstalling missing dependencies.\\ n\\ n\\ e[94m"
5
5
apt-get install curl ffmpeg unzip -y
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3c - Developed by Robert Thomas ===\\ n"
2
+ HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3d - Developed by Robert Thomas ===\\ n"
3
3
HEADER_SUBTEXT=" \\ e[93m=== https://github.com/Wolveix/Plexus ===\\ n"
4
4
set -e
5
5
if [ -f " $HOME " /.config/plexus/plexus.conf ]
@@ -342,7 +342,7 @@ function func_encode {
342
342
fi
343
343
printf " \\ nDeleting original file and delisting it.\\ n"
344
344
/bin/rm " $convert_dir /$FILE "
345
- /bin/sed -i " / $line /d " " $list_file "
345
+ /bin/sed -i 1d " $list_file "
346
346
printf " \\ nOperation successfully completed."
347
347
done < " $list_file "
348
348
}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3c - Developed by Robert Thomas ===\\ n"
2
+ HEADER_TEXT=" \\ e[93m=== Plexus v0.7.3d - Developed by Robert Thomas ===\\ n"
3
3
HEADER_SUBTEXT=" \\ e[93m=== https://github.com/Wolveix/Plexus ===\\ n"
4
4
set -e
5
5
if [ -f " $HOME " /.config/plexus/plexus.conf ]
@@ -342,7 +342,7 @@ function func_encode {
342
342
fi
343
343
printf " \\ nDeleting original file and delisting it.\\ n"
344
344
/bin/rm " $convert_dir /$FILE "
345
- /bin/sed -i " / $line /d " " $list_file "
345
+ /bin/sed -i 1d " $list_file "
346
346
printf " \\ nOperation successfully completed."
347
347
done < " $list_file "
348
348
}
You can’t perform that action at this time.
0 commit comments