Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Jul 14, 2024
1 parent ad6a104 commit fdf9870
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rm ~/tmp/install.sh
cd ..
ARCH=x86_64 appimagetool tmp
echo ":: AppImage created"
cp ML4W_Hyprland_Settings-x86_64.AppImage ~/ml4w-hyprland-settings/release/
cp ML4W_Hyprland_Settings-x86_64.AppImage ~/dotfiles-versions/dotfiles/apps/
echo ":: AppImage copied to ~/dotfiles-versions/dotfiles/apps/"
# cp ML4W_Hyprland_Settings-x86_64.AppImage ~/hyprland-settings/release/
cp ML4W_Hyprland_Settings-x86_64.AppImage ~/dotfiles-versions/dotfiles/dotfiles/apps/
echo ":: AppImage copied to ~/dotfiles-versions/dotfiles/dotfiles/apps/"
8 changes: 6 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ if [ -d ml4w-hyprland-settings ] ;then
rm -rf ml4w-hyprland-settings
fi

if [ -d hyprland-settings ] ;then
rm -rf hyprland-settings
fi

# Clone the packages
git clone --depth 1 https://gitlab.com/stephan-raabe/ml4w-hyprland-settings.git
git clone --depth 1 https://github.com/mylinuxforwork/hyprland-settings.git

# Change into the folder
cd ml4w-hyprland-settings
cd hyprland-settings

# Start the script
./install.sh

0 comments on commit fdf9870

Please sign in to comment.