This project is a fork of Debian Conversion Script.
- Original Creators: ParrotSec Team
- Maintained & Modified by:
Licensed under the GPL v3 License. See the LICENSE file for more details.
CS Class Scripts is a tool to install all needed applications that the university's curriculum requires.
Using this script is quite simple. Follow the steps below:
-
Open a terminal window
-
Clone this repository
git clone git@github.com:ieeesbkastoria/cs-class-scripts.git cd cs-class-scripts sudo chmod +x ./install.sh sudo ./install.sh
Upon running the script, a menu will appear:
╔═════════════════════════════════════════════╗
║ UoWM CS Stack Installer Script ║
╠═════════════════════════════════════════════╣
║ 1) Core ║
║ Proceed with installation ║
║ 2) Exit ║
╚═════════════════════════════════════════════╝
Enter the option number:
Choose the desired option by typing the corresponding number (e.g., type 1 to install the Core Edition packages).
- Core: Installs all of the department's programs
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
Some configuration files that may contains customization won't be converted by this script and (if wanted) need to be copyied manually.
The parrot version for the default bashrc can be found in /usr/share/base-files/dot.bashrc. This file can be copied to the following locations:
- /etc/bash.bashrc
- /etc/skel/.bashrc
- /root/.bashrc
The parrot version for the default profile can be found in /usr/share/base-files/dot.profile. This file can be copied to the following locations:
- /etc/profile
- /etc/skel/.profile
- /root/.profile
The configuration files in /etc/skel are used to populate every user home directory upon the user creation. Since the conversion script relies on a pre-installed distribution all the already created users won't have parrot default configurations installed in their home directories. To reach a full parrot customization the content of /etc/skel should be copied on every user home directory, but paying attention to avoid override customization that the user may have done on those files.