Update 5 files
- /home/private_dot_config/rofi/config.rasi.tmpl - /home/dot_local/share/fonts/Weather-Icons.ttf - /home/dot_local/share/fonts/FontAwesome.ttf - /local/provision.sh - /home/private_dot_config/rofi-user/config.rasi.tmpl
This commit is contained in:
parent
5e9faa499d
commit
0d96259467
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -258,7 +258,7 @@ fi
|
|||
### System package manager update / Homebrew dependencies
|
||||
if ! command -v curl > /dev/null || ! command -v git > /dev/null || ! command -v brew > /dev/null; then
|
||||
# shellcheck disable=SC2016
|
||||
logg info 'Ensuring `curl` and `git` are installed via the system package manager'
|
||||
logg info 'Ensuring `curl`, `git`, and OS-specific dependencies are installed via the system package manager'
|
||||
if command -v apt-get > /dev/null; then
|
||||
# Debian / Ubuntu
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Reference in a new issue