fixed forgotten fromGIT directory that was cd'd to but not created
This commit is contained in:
parent
b69a6bb45a
commit
698b346e70
@ -187,6 +187,8 @@ if test $nanoroot = 'y' || test $nanoroot = "Y" || test $nanoroot = ''
|
||||
sudo ln -s $HOME/.nanorc /root/.nanorc
|
||||
end
|
||||
|
||||
mkdir -p ~/fromGIT
|
||||
|
||||
printf "\n# Install polybar-battery #####################################################\n\n"
|
||||
cd ~/fromGIT
|
||||
git clone https://github.com/drdeimos/polybar_another_battery.git
|
||||
|
@ -601,6 +601,9 @@
|
||||
:CUSTOM_ID: h-e79da7b2-9286-4b66-812e-453e3b2505c7
|
||||
:END:
|
||||
Now, let’s install some packages from git directly.
|
||||
#+BEGIN_SRC fish
|
||||
mkdir -p ~/fromGIT
|
||||
#+END_SRC
|
||||
|
||||
*** Polybar Battery
|
||||
:PROPERTIES:
|
||||
|
Loading…
Reference in New Issue
Block a user