Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
argh argh
  • Loading branch information
NetscapeDreams committed Oct 5, 2022
1 parent 776de4d commit 8673480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure you have `yad`, a fork of zenity, installed.
## How to run
Simply run `./start.sh -g` to start the program. Command line mode is not complete yet and will be done in a later version.

![image](https://user-images.githubusercontent.com/74492478/193976020-5dd389b4-41c8-4d7d-a190-a30ff8824c45.png)
![image](https://user-images.githubusercontent.com/74492478/193980531-4d9ce5ae-2b88-403e-8ddb-528ac161302e.png)

### What is the "External" column?
If a script has something in that column, it means Blue Crescent requires the use of an external program to complete this script fully.
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $1 == "-g" ]]; then
exit
fi
fi
scriptOptions=$(yad --list --center --window-icon="bcicon.png" --image="bc.png" --image-on-top --title="Blue Crescent Graphical" --text="Please select what you want to do.\n\nBlue Crescent v0.2.1, Installer script is version 1.1.1.\n\nProgram and scripts written by BurningInfern0." --width="700" --height="500" --checklist --column="Check" --column="Script" --column="Description" --column="Version" --column="External" \
scriptOptions=$(yad --list --center --window-icon="bcicon.png" --image="bc.png" --image-on-top --title="Blue Crescent Graphical" --text="Please select what you want to do.\n\nBlue Crescent v0.2.1-rc1, Installer script is version 1.2.\n\nProgram and scripts written by BurningInfern0." --width="700" --height="500" --checklist --column="Check" --column="Script" --column="Description" --column="Version" --column="External" \
false ForkBombs "Prevents fork bombs." 1.1 "" \
false RKHunter "Performs a rootkit scan with RootkitHunter." 1.0 "rkhunter" \
false BPF "Enables the Berkely Packet Finder." 1.0 "" \
Expand Down

0 comments on commit 8673480

Please sign in to comment.