mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
renaming
This commit is contained in:
parent
7212e1f002
commit
93d4c0aeed
120 changed files with 28 additions and 25 deletions
|
@ -6,23 +6,22 @@ CONFIG_DIR="$HOME/.config/distrohopper"
|
|||
|
||||
# create default dirs
|
||||
rm -r "$CONFIG_DIR"
|
||||
mkdir -p "$CONFIG_DIR" "$CONFIG_DIR/vms_ready" "$CONFIG_DIR/vms_supported" "$CONFIG_DIR/vms_icons"
|
||||
mkdir -p "$CONFIG_DIR"
|
||||
sudo mkdir -p "$ICON_DIR"
|
||||
|
||||
# copy icons
|
||||
#cp -r vms_icons "$CONFIG_DIR/"
|
||||
# copy everything to config dir
|
||||
cp -r * "$CONFIG_DIR/"
|
||||
|
||||
# move icons
|
||||
sudo mv "$CONFIG_DIR/icons/"* "$ICON_DIR/"
|
||||
rm -r "$CONFIG_DIR/icons"
|
||||
# install prerequisities (Void linux)
|
||||
|
||||
|
||||
|
||||
# Install distrohopper to all users
|
||||
sudo cp ../dh ../quickgui ../quicktui ../quickget ../quickemu /usr/bin/
|
||||
sudo cp ../dh ../quickget ../quickemu ../macrecovery ../windowskey /usr/bin/
|
||||
|
||||
# Renew VMs
|
||||
"$CONFIG_DIR/renew.sh"
|
||||
# Set VMs dir
|
||||
"$CONFIG_DIR/set_dir.sh"
|
||||
#"$CONFIG_DIR/set_dir.sh"
|
||||
|
||||
echo "Done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue