Add update-profile script.
parent
2f5d8df2ac
commit
f6a24f1ea1
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -d ~/.local/profile-git ]; then
|
||||
git clone --recursive https://git.icedream.tech/icedream/profile.git ~/.local/profile-git
|
||||
fi
|
||||
|
||||
(
|
||||
cd ~/.local/profile-git
|
||||
git pull
|
||||
cd packages
|
||||
./packages.sh
|
||||
cd ..
|
||||
./install.sh
|
||||
)
|
Loading…
Reference in New Issue