mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
grammar fix, kind of
This commit is contained in:
parent
13d3982362
commit
c3a72e31b2
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# This script is for install/update some "packages" which are not installed by system package managers.
|
||||
# It's function is contained in `install.sh` already, this file is mainly for convenience for non-Arch users.
|
||||
# This script is for installing/updating some "packages" which are not installed by system package managers.
|
||||
# Its functions are contained in `install.sh` already, and this just makes it more convenient for non-Arch users.
|
||||
#
|
||||
# Though this is not elegant at all. I may improve the method some day in future.
|
||||
# Though this is not elegant at all. I may improve the method some day in the future.
|
||||
#
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
export base="$(pwd)"
|
||||
source ./scriptdata/functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue