prepare 0.5 release

This commit is contained in:
zenobit 2023-03-19 23:54:17 +01:00
parent f8f53e0aca
commit 9a4a4b6789
6 changed files with 288 additions and 199 deletions

View file

@ -5,7 +5,6 @@ source distrohopper.conf
CONFIG_DIR="$HOME/.config/distrohopper"
# create default dirs
rm -r "$CONFIG_DIR"
mkdir -p "$CONFIG_DIR"
sudo mkdir -p "$ICON_DIR"
@ -19,10 +18,12 @@ rm -r "$CONFIG_DIR/icons"
# Install distrohopper to all users
sudo cp ../dh ../quickget ../quickemu ../macrecovery ../windowskey /usr/bin/
# Renew VMs
"$CONFIG_DIR/renew.sh"
# Set VMs dir
"$CONFIG_DIR/set_dir.sh"
source distrohopper.conf
# Renew VMs
"$CONFIG_DIR/renew.sh"
echo "Done"