mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
bump to install hyprland v0.36
This commit is contained in:
parent
1a4b763321
commit
0d25f13c54
@ -1,7 +1,7 @@
|
|||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
## 30 Apr 2024
|
## 30 Apr 2024
|
||||||
- Updated hyprland.sh to install v0.34.0 Hyprland
|
- Updated hyprland.sh to install v0.36.0 Hyprland
|
||||||
- adding hypridle and hyprlock
|
- adding hypridle and hyprlock
|
||||||
- dropping swaylock-effects and swayidle
|
- dropping swaylock-effects and swayidle
|
||||||
- adjusted to work with current Hyprland-Dots
|
- adjusted to work with current Hyprland-Dots
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
### ♨️♨️♨️ ATTENTION ♨️♨️♨️ 30 Apr 2024
|
### ♨️♨️♨️ ATTENTION ♨️♨️♨️ 30 Apr 2024
|
||||||
- Due to fast development of Hyprland and most up to date requirement of hyprland, Hyprland version to be installed by this script will be older version. For now, the hyprland version to be installed with this script is v0.34.0
|
- Due to fast development of Hyprland and most up to date requirement of hyprland, Hyprland version to be installed by this script will be older version. For now, the hyprland version to be installed with this script is v0.36.0
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> install a backup tool like `snapper` or `timeshift`. and Backup your system before installing hyprland using this script. This script does NOT include uninstallation of packages
|
> install a backup tool like `snapper` or `timeshift`. and Backup your system before installing hyprland using this script. This script does NOT include uninstallation of packages
|
||||||
|
|||||||
@ -25,7 +25,7 @@ if [ -d "Hyprland" ]; then
|
|||||||
rm -rf "Hyprland" 2>&1 | tee -a "$LOG"
|
rm -rf "Hyprland" 2>&1 | tee -a "$LOG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if git clone --recursive -b v0.34.0 "https://github.com/hyprwm/Hyprland"; then
|
if git clone --recursive -b v0.36.0 "https://github.com/hyprwm/Hyprland"; then
|
||||||
cd "Hyprland" || exit 1
|
cd "Hyprland" || exit 1
|
||||||
make all
|
make all
|
||||||
if sudo make install 2>&1 | tee -a "$MLOG"; then
|
if sudo make install 2>&1 | tee -a "$MLOG"; then
|
||||||
|
|||||||
@ -28,7 +28,7 @@ echo
|
|||||||
printf "\n%.0s" {1..3}
|
printf "\n%.0s" {1..3}
|
||||||
echo "$(tput bold)$(tput setaf 3)ATTENTION!!!! VERY IMPORTANT NOTICE!!!! $(tput sgr0)"
|
echo "$(tput bold)$(tput setaf 3)ATTENTION!!!! VERY IMPORTANT NOTICE!!!! $(tput sgr0)"
|
||||||
echo "$(tput bold)$(tput setaf 7)Due to fast development of Hyprland, Hyprland to be install here would be old version $(tput sgr0)"
|
echo "$(tput bold)$(tput setaf 7)Due to fast development of Hyprland, Hyprland to be install here would be old version $(tput sgr0)"
|
||||||
echo "$(tput bold)$(tput setaf 7)For now, the Hyprland version to be installed with this script will be v0.34.0$(tput sgr0)"
|
echo "$(tput bold)$(tput setaf 7)For now, the Hyprland version to be installed with this script will be v0.36.0$(tput sgr0)"
|
||||||
printf "\n%.0s" {1..3}
|
printf "\n%.0s" {1..3}
|
||||||
|
|
||||||
read -p "$(tput setaf 6)Would you like to proceed? (y/n): $(tput sgr0)" proceed
|
read -p "$(tput setaf 6)Would you like to proceed? (y/n): $(tput sgr0)" proceed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user