File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ def handle_pack(args : Array(String))
4242 safe_run(" flatpak uninstall -y flathub org.vinegarhq.Vinegar" )
4343 when " hacker-mode"
4444 safe_run(" git clone https://github.com/HackerOS-Linux-System/Hacker-Mode.git /tmp/Hacker-Mode" )
45- safe_run(" hackerc run /tmp/Hacker-Mode/remove.hacker" )
45+ safe_run(" hl run /tmp/Hacker-Mode/remove.hacker" )
4646 when " gamescope-session-steam"
4747 safe_run(" flatpak uninstall -y flathub com.valvesoftware.Steam" )
4848 safe_run(" flatpak uninstall -y flathub org.freedesktop.Platform.VulkanLayer.gamescope" )
4949 safe_run(" git clone https://github.com/HackerOS-Linux-System/gamescope-session-steam.git /tmp/gamescope-session-steam" )
50- safe_run(" hackerc run /tmp/gamescope-session-steam/remove.hacker" )
50+ safe_run(" hl run /tmp/gamescope-session-steam/remove.hacker" )
5151 when " xanmod"
5252 safe_run(" /usr/share/HackerOS/Scripts/Bin/remove-xanmod.sh" ) # Assuming a remove script exists; adjust if needed
5353 when " liquorix"
@@ -61,10 +61,10 @@ def handle_pack(args : Array(String))
6161 puts " #{ Colors ::GREEN } Alacritty configuration has been removed.#{ Colors ::RESET } "
6262 when " hackeros-tv"
6363 safe_run(" git clone https://github.com/HackerOS-Linux-System/HackerOS-TV.git /tmp/HackerOS-TV" )
64- safe_run(" hackerc run /tmp/HackerOS-TV/remove.hacker" )
64+ safe_run(" hl run /tmp/HackerOS-TV/remove.hacker" )
6565 when " security-mode"
6666 safe_run(" git clone https://github.com/HackerOS-Linux-System/Security-Mode.git /tmp/Security-Mode" )
67- safe_run(" hackerc run /tmp/Security-Mode/remove.hacker" )
67+ safe_run(" hl run /tmp/Security-Mode/remove.hacker" )
6868 when " winboat"
6969 safe_run(" sudo apt remove -y winboat" )
7070 else
You can’t perform that action at this time.
0 commit comments