mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Added rhytmbox
This commit is contained in:
parent
19dcbf36ad
commit
71aa770c22
@ -12,7 +12,14 @@ if [ -z "$(mount | grep "$DECRYPTED_PATH")" ]
|
|||||||
echo "The decrypted folder $DECRYPTED_PATH is locked. You need to unlock it!"
|
echo "The decrypted folder $DECRYPTED_PATH is locked. You need to unlock it!"
|
||||||
bash "$SCRIPT_PATH/unlock.sh" || exit 1;
|
bash "$SCRIPT_PATH/unlock.sh" || exit 1;
|
||||||
fi
|
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[@]}";
|
for system_item_path in "${BACKUP_LIST[@]}";
|
||||||
do
|
do
|
||||||
data_item_path="$DATA_PATH$system_item_path"
|
data_item_path="$DATA_PATH$system_item_path"
|
||||||
|
@ -80,6 +80,8 @@ sudo systemctl enable docker --now
|
|||||||
echo "->Synchronizing orchestration tools..."
|
echo "->Synchronizing orchestration tools..."
|
||||||
sudo pacman --needed -S ansible
|
sudo pacman --needed -S ansible
|
||||||
echo "Installing entertainment software..."
|
echo "Installing entertainment software..."
|
||||||
|
echo "->Sznchronizing audio software..."
|
||||||
|
sudo pacman -S rhythmbox
|
||||||
echo "->Synchronizing games..."
|
echo "->Synchronizing games..."
|
||||||
sudo pacman --needed -S 0ad warzone2100
|
sudo pacman --needed -S 0ad warzone2100
|
||||||
echo "->Synchronizing emulationstation..."
|
echo "->Synchronizing emulationstation..."
|
||||||
|
Loading…
Reference in New Issue
Block a user