Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Oct 29, 2023
1 parent b6980c8 commit ba55302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function main() {
pacman -S --noconfirm $(pacman -Ssq qt6-)
pacman -S --noconfirm python-setuptools python-websocket-client python-wsaccel pyside6 freerdp noto-fonts noto-fonts-cjk noto-fonts-emoji libimobiledevice libcanberra
# plasma-dialer
pacman -S abseil-cpp
pacman -S --noconfirm abseil-cpp
echo "Setting up user"
${arch === "x64" ? 'useradd -m -G wheel user' : ''}
Expand Down

0 comments on commit ba55302

Please sign in to comment.