Reorder install steps
This commit is contained in:
parent
fcfbd05553
commit
4f1c213313
1 changed files with 7 additions and 7 deletions
|
@ -11,6 +11,13 @@ sudo hostnamectl set-hostname ManuSurface
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
|
|
||||||
|
# Install gnome extensions
|
||||||
|
source "$softwareRoot/gnome-extensions.sh"
|
||||||
|
|
||||||
|
# Sync clouds
|
||||||
|
source "$softwareRoot/rclone/install.sh"
|
||||||
|
source "$cloudRoot/nextcloud.sh"
|
||||||
|
|
||||||
# Install surface-linux and Secure Boot
|
# Install surface-linux and Secure Boot
|
||||||
source "$popOSRoot/linux-surface.sh"
|
source "$popOSRoot/linux-surface.sh"
|
||||||
source "$popOSRoot/secure-boot.sh"
|
source "$popOSRoot/secure-boot.sh"
|
||||||
|
@ -25,7 +32,6 @@ source "$softwareRoot/brave-nightly.sh"
|
||||||
source "$softwareRoot/codium.sh"
|
source "$softwareRoot/codium.sh"
|
||||||
source "$softwareRoot/code.sh"
|
source "$softwareRoot/code.sh"
|
||||||
source "$softwareRoot/tea.sh"
|
source "$softwareRoot/tea.sh"
|
||||||
source "$softwareRoot/rclone/install.sh"
|
|
||||||
|
|
||||||
# Install other flatpaks
|
# Install other flatpaks
|
||||||
flatpak install flathub com.bitwarden.desktop
|
flatpak install flathub com.bitwarden.desktop
|
||||||
|
@ -36,9 +42,3 @@ flatpak install flathub com.mattjakeman.ExtensionManager
|
||||||
|
|
||||||
# Install Steam
|
# Install Steam
|
||||||
sudo apt install steam
|
sudo apt install steam
|
||||||
|
|
||||||
# Install gnome extensions
|
|
||||||
source "$softwareRoot/gnome-extensions.sh"
|
|
||||||
|
|
||||||
# Sync clouds
|
|
||||||
source "$cloudRoot/nextcloud.sh"
|
|
||||||
|
|
Loading…
Reference in a new issue