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 "\n" "setting up repos"
|
||||
if [ "$flavor" = Tumbleweed ]
|
||||
then
|
||||
case "$flavor" in
|
||||
Tumbleweed)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" --gpg-auto-import-keys addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Tumbleweed/home:solomoncyj.repo
|
||||
fi
|
||||
|
||||
if [ "$flavor" = Slowroll ]
|
||||
then
|
||||
;;
|
||||
Slowroll)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" --gpg-auto-import-keys addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Slowroll/home:solomoncyj.repo
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
printf '%s\n' 'refreshing and installing'
|
||||
"$ESCALATION_TOOL" "$PACKAGER" refresh
|
||||
|
|
Loading…
Reference in New Issue
Block a user