-
Notifications
You must be signed in to change notification settings - Fork 6
Usage
Axel edited this page Sep 20, 2021
·
3 revisions
Clone the repository
git clone http://github.com/AleixMT/Linux-Auto-Customizer
You can either download a `.zip` file containing the repository from github clicking here.
Navigate to folder and to run installations use:
bash install.sh any_program
sudo bash uninstall.sh program_to_uninstall
is used to delete it from your system. ☕
Small description
bash install.sh -v -o code
- >
--commandsprints a list of the arguments bash install.sh --commands- >
-vMode verbose bash install.sh -v name_of_feature- >
-qQuiet the visual output bash install.sh -q name_of_feature- >
-sSkip if installed bash install.sh -s name_of_feature- >
-oOverwrite bash install.sh -o name_of_feature- >
-eExit on error enabled bash install.sh -e name_of_feature- >
-iIgnore errors enabled bash install.sh -i name_of_feature- >
-dAutoClean is not performed bash install.sh -d name_of_feature- >
-cAutoClean is performed bash install.sh -c name_of_feature- >
-CAutoClean and AutoRemove is performed bash install.sh -C name_of_feature- >
-kDon't update system sudo bash install.sh -k name_of_feature- >
-uUpdate the system sudo bash install.sh -u name_of_feature- >
-UUpdate and Upgrade sudo bash install.sh -U name_of_feature- >
-fAdd program to favorite bar (Ubuntu) bash install.sh -f name_of_feature- >
-zProgram does not appear in favorite bar bash install.sh -z name_of_feature- >
-aThis program autostarts when system session is started bash install.sh -a name_of_feature- >
-rThis program does not autostart bash install.sh -r name_of_feature- >
-nNot install bash install.sh name_of_feature_1 -n name_of_feature- >
-yNegate not install bash install.sh name_of_feature_1 -n name_of_feature -y name_of_feature_3- >
-pCheck privileges bash install.sh -p name_of_feature- >
-PSkip privileges check sudo bash install.sh -P name_of_feature- >
-tDo not cache bash install.sh -t name_of_feature- >
-TCache installation bash install.sh -T name_of_feature- >
-OUse package manager overwrite bash install.sh -O name_of_feature- >
-xDo not allow package manager overwrite bash install.sh -x name_of_feature- >
-hhelp bash install.sh -h- >
-HCreate help file with table bash install.sh -H- >
--debugDebug customizer functioning from terminal. Typeexitto end debug mode bash install.sh --debug- >
--readmeCreate readme file bash install.sh --readme
More information about each argument is explained in each page.
For more information about an individual argument functioning, consult the argument's wiki page.
We hope the usage of Customizer is properly explained, for more details go to Home page.
Use the argument positioning command install / uninstall with the proper arguments to personalize the installation
- Remember that they are cyclic and keep applying for the next feature in the list.
- To avoid previous behaviour, use special arguments to negate the functioning of the argument if any more programs are going to be managed.
Best regards, and happy coding :)
- The Linux-Auto-Customizer Team