Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
fix links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snwh committed Jun 10, 2018
1 parent ae8fbb3 commit 10404c1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ Instead of being consolidated into one huge file, this script set is modular and

Contains frequently used functions.

* [`add_repositories`](functions/add_repositories) is used for adding apt, flatpak and Launchpad PPA repositories.
* [`check_functions`](functions/check_functions): contains the various functions that check the project prerequisites but also functions to check if packages are installed or if repositories have been added to the system.
* [`echo_messages`](functions/echo_messages) is used for fancy coloured `echo` messages.
* [`superuser_do`](functions/superuser_do) is used to prompt the user for their password and pass it to `sudo` to run commands as an admin user.
* [`add_repositories`](add_repositories) is used for adding apt, flatpak and Launchpad PPA repositories.
* [`check_functions`](check_functions): contains the various functions that check the project prerequisites but also functions to check if packages are installed or if repositories have been added to the system.
* [`echo_messages`](echo_messages) is used for fancy coloured `echo` messages.
* [`superuser_do`](superuser_do) is used to prompt the user for their password and pass it to `sudo` to run commands as an admin user.

### Install Functions

Pretty self-explanatory, all the installation functions.

* [`install_favs`](functions/install_favs) is used to install packages from the lists in [data](data).
* [`install_flatpak_apps`](functions/install_flatpak_apps) is used for installing flatpak apps.
* [`install_fonts`](functions/install_fonts) is used for installing fonts.
* [`install_functions`](functions/install_functions) contains generic functions for installing a single package, installing a remote package, installing a list of packages, or installing Snap or Flatpak packages, used throughout the other install scripts.
* [`install_gnome`](functions/install_gnome) is used for installing the GNOME desktop and various related software.
* [`install_snap_apps`](functions/install_snap_apps) is used for installing Snap apps.
* [`install_thirdparty`](functions/install_thirdparty) checks the [apps](functions/apps) folder for additional installation scripts for third-party apps.
* [`install_favs`](install_favs) is used to install packages from the lists in [data](/data).
* [`install_flatpak_apps`](install_flatpak_apps) is used for installing flatpak apps.
* [`install_fonts`](install_fonts) is used for installing fonts.
* [`install_functions`](install_functions) contains generic functions for installing a single package, installing a remote package, installing a list of packages, or installing Snap or Flatpak packages, used throughout the other install scripts.
* [`install_gnome`](install_gnome) is used for installing the GNOME desktop and various related software.
* [`install_snap_apps`](install_snap_apps) is used for installing Snap apps.
* [`install_thirdparty`](install_thirdparty) checks the [apps](apps) folder for additional installation scripts for third-party apps.

### System Functions

A few basic maintenance and setup functions

* [`system_cleanup`](functions/system_cleanup) has a few functions for basic cleanup of the system's package management.
* [`system_configure`](functions/system_configure) contains functions used to a set your preferred settings.
* [`system_update`](functions/system_update) is used to check for system and app updates.
* [`system_cleanup`](system_cleanup) has a few functions for basic cleanup of the system's package management.
* [`system_configure`](system_configure) contains functions used to a set your preferred settings.
* [`system_update`](system_update) is used to check for system and app updates.

0 comments on commit 10404c1

Please sign in to comment.