Add update-profile script.

master
Icedream 2018-02-17 21:04:57 +01:00
parent 2f5d8df2ac
commit f6a24f1ea1
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 14 additions and 0 deletions

14
home/bin/update-profile Executable file
View File

@ -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
)