Prevent parallel installation
This commit is contained in:
parent
1a5161455e
commit
324770869d
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ sudo hostnamectl set-hostname ManuSurface
|
|||
# Preparation
|
||||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo apt install dbus-x11
|
||||
|
||||
# Install gnome extensions
|
||||
source "$softwareRoot/gnome-extensions.sh"
|
||||
|
@ -18,7 +19,6 @@ source "$softwareRoot/gnome-extensions.sh"
|
|||
source "$softwareRoot/rclone/install.sh"
|
||||
|
||||
{
|
||||
sudo apt install dbus-x11
|
||||
gnome-terminal -- /bin/bash -c "source '$cloudRoot/nextcloud.sh'"
|
||||
|
||||
# Install fonts
|
||||
|
|
Loading…
Reference in a new issue