Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0
gnome-branding-Leap
mod-firstboot
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mod-firstboot of Package gnome-branding-Leap
#!/bin/sh ( echo "# Waiting for Internet connection" until /usr/bin/ping -q -c 1 flathub.org; do sleep 1; done echo "10" echo "# Adding Flathub Repository" /usr/bin/flatpak remote-add --user --if-not-exists flathub /usr/share/microos-desktop/flathub.flatpakrepo if [ "$?" != 0 ] ; then zenity --error \ --text="Adding Flathub Repo Failed" exit 1 fi echo "15" echo "# Installing Firefox" /usr/bin/flatpak install --user --noninteractive flathub org.mozilla.firefox if [ "$?" != 0 ] ; then zenity --error \ --text="Installing Firefox Failed" exit 1 fi echo "30" echo "# Installing Calculator" /usr/bin/flatpak install --user --noninteractive flathub org.gnome.Calculator if [ "$?" != 0 ] ; then zenity --error \ --text="Installing Calculator Failed" exit 1 fi echo "45" echo "# Installing Text Editor" /usr/bin/flatpak install --user --noninteractive flathub org.gnome.TextEditor if [ "$?" != 0 ] ; then zenity --error \ --text="Installing Text Editor Failed" exit 1 fi echo "60" echo "# Installing Extension Manager" /usr/bin/flatpak install --user --noninteractive flathub com.mattjakeman.ExtensionManager if [ "$?" != 0 ] ; then zenity --error \ --text="Installing Extension Manager Failed" exit 1 fi echo "75" echo "# Installing Slack" /usr/bin/flatpak install --user --noninteractive flathub com.slack.Slack if [ "$?" != 0 ] ; then zenity --error \ --text="Installing Slack Failed" exit 1 fi echo "90" echo "# Installing Microsoft Teams" /usr/bin/flatpak install --user --noninteractive flathub com.github.IsmaelMartinez.teams_for_linux if [ "$?" != 0 ] ; then zenity --error \ --text="Installing Microsoft Teams Failed" exit 1 fi echo "100" echo "# Cleaning up" rm ~/.config/autostart/mod-firstboot.desktop ) | zenity --progress --title="MicroOS Desktop Firstboot" --percentage=0 --auto-close --no-cancel --width=300 if [ "$?" != 0 ] ; then zenity --error \ --text="Firstboot Configuration Error" fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor