mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Update linutil-installer.sh
This commit is contained in:
parent
084cd0f116
commit
dc93e74b65
|
@ -34,15 +34,14 @@ installLinutil() {
|
||||||
|
|
||||||
printf '%b%s%b\n' "flavor detected is ${GREEN}" "$flavor" "$RC"
|
printf '%b%s%b\n' "flavor detected is ${GREEN}" "$flavor" "$RC"
|
||||||
printf "\n" "setting up repos"
|
printf "\n" "setting up repos"
|
||||||
if [ "$flavor" = Tumbleweed ]
|
case "$flavor" in
|
||||||
then
|
Tumbleweed)
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" --gpg-auto-import-keys addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Tumbleweed/home:solomoncyj.repo
|
"$ESCALATION_TOOL" "$PACKAGER" --gpg-auto-import-keys addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Tumbleweed/home:solomoncyj.repo
|
||||||
fi
|
;;
|
||||||
|
Slowroll)
|
||||||
if [ "$flavor" = Slowroll ]
|
"$ESCALATION_TOOL" "$PACKAGER" --gpg-auto-import-keys addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Slowroll/home:solomoncyj.repo
|
||||||
then
|
;;
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" --gpg-auto-import-keys addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Slowroll/home:solomoncyj.repo
|
esac
|
||||||
fi
|
|
||||||
|
|
||||||
printf '%s\n' 'refreshing and installing'
|
printf '%s\n' 'refreshing and installing'
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" refresh
|
"$ESCALATION_TOOL" "$PACKAGER" refresh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user