Updated install funny commented line.
This commit is contained in:
parent
badab49ba4
commit
106f8a0c61
|
|
@ -19,7 +19,7 @@
|
||||||
# ExecStart=/home/user/.cargo/bin/kanata --cfg /home/user/.config/kanata/config-name.kbd
|
# ExecStart=/home/user/.cargo/bin/kanata --cfg /home/user/.config/kanata/config-name.kbd
|
||||||
# Restart=never
|
# Restart=never
|
||||||
#
|
#
|
||||||
T [Install]
|
# [Install]
|
||||||
# WantedBy=default.target
|
# WantedBy=default.target
|
||||||
# ```
|
# ```
|
||||||
|
|
||||||
|
|
@ -147,7 +147,7 @@ if [ "$DO_INSTALL" = true ]; then
|
||||||
REQUIRED_PACKAGES=(
|
REQUIRED_PACKAGES=(
|
||||||
# system essentials
|
# system essentials
|
||||||
wget curl git
|
wget curl git
|
||||||
fzf fd-find btop direnv ripgrep tree rofi
|
fzf fd-find btop direnv ripgrep tree
|
||||||
build-essential make bear valgrind fish
|
build-essential make bear valgrind fish
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue