Fix linting errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ea4eba04ff
commit
1afc729663
7 changed files with 12 additions and 8 deletions
7
install
7
install
|
@ -13,7 +13,9 @@
|
|||
#
|
||||
# USAGE:
|
||||
# ./install
|
||||
declare DOT_DIR="$(dirname "${BASH_SOURCE[0]}" | cd | pwd)"
|
||||
declare DOT_DIR
|
||||
DOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" || exit; pwd)"
|
||||
|
||||
declare INSTALL_DIR="${DOT_DIR}/.install"
|
||||
declare SYSTEM_DIR="${DOT_DIR}/system"
|
||||
INSTALL_LOG="${XDG_LOG_HOME}/install.log"
|
||||
|
@ -67,4 +69,5 @@ source "${INSTALL_DIR}/shell.sh"
|
|||
output::section "Post installation information"
|
||||
echo "${BOLD}Make sure you do the following after this installation:"
|
||||
echo " • Download settings for Visual Studio Code"
|
||||
echo " • Reboot the system"
|
||||
echo " • Reboot the system"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue