File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ def handle_unpack(args : Array(String))
4747 end
4848 when " hacker-mode"
4949 safe_run(" git clone https://github.com/HackerOS-Linux-System/Hacker-Mode.git /tmp/Hacker-Mode" )
50- safe_run(" hackerc run /tmp/Hacker-Mode/unpack.hacker" )
50+ safe_run(" hl run /tmp/Hacker-Mode/unpack.hacker" )
5151 when " gamescope-session-steam"
5252 safe_run(" flatpak install -y flathub com.valvesoftware.Steam" )
5353 install_gamescope
5454 safe_run(" git clone https://github.com/HackerOS-Linux-System/gamescope-session-steam.git /tmp/gamescope-session-steam" )
55- safe_run(" hackerc run /tmp/gamescope-session-steam/unpack.hacker" )
55+ safe_run(" hl run /tmp/gamescope-session-steam/unpack.hacker" )
5656 when " xanmod"
5757 safe_run(" /usr/share/HackerOS/Scripts/Bin/unpack-xanmod.sh" )
5858 when " liquorix"
@@ -67,10 +67,10 @@ def handle_unpack(args : Array(String))
6767 puts " #{ Colors ::GREEN } Alacritty configuration has been successfully installed to ~/.config/alacritty/alacritty.toml#{ Colors ::RESET } "
6868 when " hackeros-tv"
6969 safe_run(" git clone https://github.com/HackerOS-Linux-System/HackerOS-TV.git /tmp/HackerOS-TV" )
70- safe_run(" hackerc run /tmp/HackerOS-TV/unpack.hacker" )
70+ safe_run(" hl run /tmp/HackerOS-TV/unpack.hacker" )
7171 when " security-mode"
7272 safe_run(" git clone https://github.com/HackerOS-Linux-System/Security-Mode.git /tmp/Security-Mode" )
73- safe_run(" hackerc run /tmp/Security-Mode/unpack.hacker" )
73+ safe_run(" hl run /tmp/Security-Mode/unpack.hacker" )
7474 when " winboat"
7575 safe_run(" wget https://github.com/TibixDev/winboat/releases/download/v0.9.0/winboat-0.9.0-amd64.deb -O /tmp/winboat-0.9.0-amd64.deb" )
7676 safe_run(" sudo apt install -y /tmp/winboat-0.9.0-amd64.deb" )
You can’t perform that action at this time.
0 commit comments