mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
prepare 0.5 release
This commit is contained in:
parent
f8f53e0aca
commit
9a4a4b6789
6 changed files with 288 additions and 199 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue