dev-upgrade
This commit is contained in:
@@ -22,11 +22,10 @@ function development_upgrade {
|
|||||||
local git_output
|
local git_output
|
||||||
git_output=$(git pull 2>&1)
|
git_output=$(git pull 2>&1)
|
||||||
if echo "$git_output" | grep -q 'up to date'; then
|
if echo "$git_output" | grep -q 'up to date'; then
|
||||||
echo already up-to-date
|
echo 'already up-to-date (Ctrl-c to bypass reinitialization)'
|
||||||
else
|
|
||||||
sudo_root
|
|
||||||
sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash
|
|
||||||
fi
|
fi
|
||||||
|
sudo_root
|
||||||
|
sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash
|
||||||
}
|
}
|
||||||
|
|
||||||
function system_upgrade {
|
function system_upgrade {
|
||||||
|
|||||||
Reference in New Issue
Block a user