Skip to content

Commit

Permalink
ok lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 13, 2024
1 parent 5859e38 commit bdba63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ impl Component for PackageManagerModel {
commands.push("sudo apt-get install -y libfuse2");
if self.install_appimage_am {
commands.push(
"{ wget https://github.com/ivan-hc/AM/raw/main/INSTALL && sudo sh ./INSTALL && \
rm ./INSTALL; }",
"{ wget https://github.com/ivan-hc/AM/raw/main/INSTALL && sudo sh ./INSTALL \
&& rm ./INSTALL; }",
);
}
}
Expand Down

0 comments on commit bdba63c

Please sign in to comment.