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
|
sudo ln -s $HOME/.nanorc /root/.nanorc
|
||||||
end
|
end
|
||||||
|
|
||||||
|
mkdir -p ~/fromGIT
|
||||||
|
|
||||||
printf "\n# Install polybar-battery #####################################################\n\n"
|
printf "\n# Install polybar-battery #####################################################\n\n"
|
||||||
cd ~/fromGIT
|
cd ~/fromGIT
|
||||||
git clone https://github.com/drdeimos/polybar_another_battery.git
|
git clone https://github.com/drdeimos/polybar_another_battery.git
|
||||||
|
@ -601,6 +601,9 @@
|
|||||||
:CUSTOM_ID: h-e79da7b2-9286-4b66-812e-453e3b2505c7
|
:CUSTOM_ID: h-e79da7b2-9286-4b66-812e-453e3b2505c7
|
||||||
:END:
|
:END:
|
||||||
Now, let’s install some packages from git directly.
|
Now, let’s install some packages from git directly.
|
||||||
|
#+BEGIN_SRC fish
|
||||||
|
mkdir -p ~/fromGIT
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** Polybar Battery
|
*** Polybar Battery
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
Loading…
Reference in New Issue
Block a user