Skip to content

Commit

Permalink
Update Arch-basedInstaller.c
Browse files Browse the repository at this point in the history
fixed my mistake
  • Loading branch information
agamaincode authored Aug 26, 2023
1 parent 6e4fb40 commit 8561964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arch-basedInstaller.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ int main()
printf("Установщик gamepygame для arch-based linux\nпродолжить? [Y/N]");
scanf("%c", &x);
if(x == 'Y'){
system("cd $HOME && sudo pacman -S python3 python-pip wget --noconfirm && pip install pygame --break-system-packages && mkdir .gamepygame && echo \"python $HOME/.gamepygame/main.py\" >> $PREFIX/bin/gamepygame && chmod +x $PREFIX/bin/gamepygame);
system("cd $HOME && sudo pacman -S python3 python-pip wget --noconfirm && pip install pygame --break-system-packages && mkdir .gamepygame && echo \"python $HOME/.gamepygame/main.py\" >> $PREFIX/bin/gamepygame && chmod +x $PREFIX/bin/gamepygame");
printf("Введите gamepygame чтобы запустить игру.");
}
}

0 comments on commit 8561964

Please sign in to comment.