Skip to content

Commit

Permalink
Add variable
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Jan 19, 2024
1 parent 290f205 commit 4a1b32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elluminate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DLDIR=$(xdg-user-dir DOWNLOAD)
DOCDIR=$(xdg-user-dir DOCUMENTS)
SCRFLR=$HOME/.elluminate
REBASEF="git config pull.rebase false"
CONFG="./configure --prefix=$PREFIX"
AUTGN="./autogen.sh --prefix=$PREFIX"
SNIN="sudo ninja -C build install"
SMIL="sudo make install"
DISTRO=$(lsb_release -sc)
Expand Down Expand Up @@ -599,7 +599,7 @@ get_preq() {

tar xzvf v$DDTL.tar.gz -C $ESRC
cd $ESRC/ddcutil-$DDTL
$CONFG
$AUTGN
make
$SMIL
sudo ldconfig
Expand Down

0 comments on commit 4a1b32a

Please sign in to comment.