Move ~/bin to ~/.local/bin
This commit is contained in:
parent
ae043aa9f4
commit
26f951e7ec
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ sudo dnf install -y \
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
mkdir $HOME/workspace
|
mkdir $HOME/workspace
|
||||||
mkdir $HOME/bin
|
mkdir -p $HOME/.local/bin
|
||||||
cd $HOME/workspace
|
cd $HOME/workspace
|
||||||
git clone https://git.doggoat.de/dhalucario/devconf.git
|
git clone https://git.doggoat.de/dhalucario/devconf.git
|
||||||
git submodule update --init --recusive
|
git submodule update --init --recusive
|
||||||
|
|
Loading…
Reference in a new issue