mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-03 17:08:03 +00:00 
			
		
		
		
	Added rhytmbox
This commit is contained in:
		@@ -12,7 +12,14 @@ if [ -z "$(mount | grep "$DECRYPTED_PATH")" ]
 | 
			
		||||
    echo "The decrypted folder $DECRYPTED_PATH is locked. You need to unlock it!"
 | 
			
		||||
    bash "$SCRIPT_PATH/unlock.sh" || exit 1;
 | 
			
		||||
fi
 | 
			
		||||
declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig" "$HOME/.atom/config.cson" "$HOME/Documents/certificates/" "$HOME/Documents/recovery_codes/" "$HOME/Documents/passwords/" "$HOME/.config/dconf/user");
 | 
			
		||||
declare -a BACKUP_LIST=("$HOME/.ssh/" \
 | 
			
		||||
  "$HOME/.gitconfig" \
 | 
			
		||||
  "$HOME/.atom/config.cson" \
 | 
			
		||||
  "$HOME/Documents/certificates/" \
 | 
			
		||||
  "$HOME/Documents/recovery_codes/" \
 | 
			
		||||
  "$HOME/Documents/passwords/" \
 | 
			
		||||
  "$HOME/.config/dconf/user" \
 | 
			
		||||
  "$HOME/.local/share/rhythmbox/rhythmdb.xml");
 | 
			
		||||
for system_item_path in "${BACKUP_LIST[@]}";
 | 
			
		||||
do
 | 
			
		||||
    data_item_path="$DATA_PATH$system_item_path"
 | 
			
		||||
 
 | 
			
		||||
@@ -80,6 +80,8 @@ sudo systemctl enable docker --now
 | 
			
		||||
echo "->Synchronizing orchestration tools..."
 | 
			
		||||
sudo pacman --needed -S ansible
 | 
			
		||||
echo "Installing entertainment software..."
 | 
			
		||||
echo "->Sznchronizing audio software..."
 | 
			
		||||
sudo pacman -S rhythmbox 
 | 
			
		||||
echo "->Synchronizing games..."
 | 
			
		||||
sudo pacman --needed -S 0ad warzone2100
 | 
			
		||||
echo "->Synchronizing emulationstation..."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user