Skip to content

Commit 651135b

Browse files
authored
update for new hacker lang
1 parent 0af2045 commit 651135b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source-code/hacker/src/unpack_commands.cr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)